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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user