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