Use "Root" rather than "root" as prototype when creating a root object in the

embedded database.
This commit is contained in:
hns 2004-02-10 15:13:51 +00:00
parent a556621554
commit 5a58a5ba8a

View file

@ -136,7 +136,7 @@ public final class NodeManager {
node = (Node) db.getNode(txn, "0");
node.nmgr = safe;
} catch (ObjectNotFoundException notfound) {
node = new Node("root", "0", "root", safe);
node = new Node("root", "0", "Root", safe);
node.setDbMapping(app.getDbMapping("root"));
db.saveNode(txn, node.getID(), node);
registerNode(node); // register node with nodemanager cache