changed Key to DbKey

This commit is contained in:
hns 2001-08-03 14:51:05 +00:00
parent 7310deaae6
commit 3c0df94b17

View file

@ -23,7 +23,7 @@ import java.util.Vector;
}
public Node getNode (String id, DbMapping dbmap) {
return getNode (new Key (dbmap, id));
return getNode (new DbKey (dbmap, id));
}
public Node getNode (Key key) {