Fix bug in HopObjectProxy: use Node handle instead of node key.
This commit is contained in:
parent
f6e5680a16
commit
0241dc1f4e
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@ class HopObjectProxy implements SerializationProxy {
|
|||
}
|
||||
|
||||
HopObjectProxy(Node node) {
|
||||
ref = new NodeHandle(node.getKey());
|
||||
ref = node.getHandle();
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Reference in a new issue