summaryrefslogtreecommitdiff
path: root/src/main/java/org/cristalise/storage/LDAPClusterStorage.java
blob: 0b4628eab973241ffdaed9060f1fa13fd95cdced (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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();
	}
}