Update to match Depot API changes.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@5808 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2009-05-29 00:19:32 +00:00
parent 1ef1f31f1f
commit f565fa0e42
@@ -84,8 +84,7 @@ public class NodeRepository extends DepotRepository
*/
public void deleteNode (String nodeName)
{
// INDEX: Full primary key.
delete(NodeRecord.class, nodeName);
delete(NodeRecord.getKey(nodeName));
}
@Override // from DepotRepository