again compare dbmapping when comparing two ESNodes.
This was temporarily disabled while hunting the compare bug.
This commit is contained in:
parent
0eaf74102b
commit
b3c933c74d
1 changed files with 1 additions and 1 deletions
|
@ -513,7 +513,7 @@ public class ESNode extends ObjectPrototype {
|
|||
return true;
|
||||
if (what instanceof ESNode) {
|
||||
ESNode other = (ESNode) what;
|
||||
return (other.nodeID.equals (nodeID) /* && other.dbmap == dbmap*/ );
|
||||
return (other.nodeID.equals (nodeID) && other.dbmap == dbmap);
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue