changed Key to DbKey
This commit is contained in:
parent
7310deaae6
commit
3c0df94b17
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ import java.util.Vector;
|
||||||
}
|
}
|
||||||
|
|
||||||
public Node getNode (String id, DbMapping dbmap) {
|
public Node getNode (String id, DbMapping dbmap) {
|
||||||
return getNode (new Key (dbmap, id));
|
return getNode (new DbKey (dbmap, id));
|
||||||
}
|
}
|
||||||
|
|
||||||
public Node getNode (Key key) {
|
public Node getNode (Key key) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue