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