Fix bug in HopObjectProxy: use Node handle instead of node key.

This commit is contained in:
hns 2009-09-08 19:52:11 +00:00
parent f6e5680a16
commit 0241dc1f4e

View file

@ -94,7 +94,7 @@ class HopObjectProxy implements SerializationProxy {
}
HopObjectProxy(Node node) {
ref = new NodeHandle(node.getKey());
ref = node.getHandle();
}
/**