seagle-yuan commented on code in PR #1856:
URL:
https://github.com/apache/incubator-hugegraph/pull/1856#discussion_r865829735
##########
hugegraph-core/src/main/java/com/baidu/hugegraph/backend/serializer/TextBackendEntry.java:
##########
@@ -371,4 +372,13 @@ public boolean equals(Object obj) {
}
return true;
}
+
+ // ConcurrentSkipListMap override equals();
+ // ConcurrentSkipListMap extend AbstractMap and AbstractMap implement
+ // hashCode()
Review Comment:
it's unusefun,delete this comments;
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]