Remove initDb() method, not used anymore
This commit is contained in:
parent
70eb0c5e5d
commit
fc9120d77f
1 changed files with 0 additions and 6 deletions
|
@ -107,12 +107,6 @@ public final class NodeManager {
|
|||
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
|
||||
* using this node manager is stopped.
|
||||
|
|
Loading…
Add table
Reference in a new issue