Remove initDb() method, not used anymore

This commit is contained in:
hns 2005-05-13 14:07:23 +00:00
parent 70eb0c5e5d
commit fc9120d77f

View file

@ -107,12 +107,6 @@ public final class NodeManager {
logReplication = "true".equalsIgnoreCase(props.getProperty("logReplication")); logReplication = "true".equalsIgnoreCase(props.getProperty("logReplication"));
} }
/**
* Method used to create the root node and id-generator, if they don't exist already.
*/
public void initDb() throws DatabaseException {
}
/** /**
* Shut down this node manager. This is called when the application * Shut down this node manager. This is called when the application
* using this node manager is stopped. * using this node manager is stopped.