package org.cristalise.storage; /** * Provided for easier loading (may be referenced without package in ClusterStorage property) * * @author abranson * */ public class LDAPClusterStorage extends org.cristalise.lookup.ldap.LDAPClusterStorage { public LDAPClusterStorage() { super(); } }