VGalaxies commented on code in PR #2649:
URL:
https://github.com/apache/incubator-hugegraph/pull/2649#discussion_r1827639400
##########
hugegraph-server/hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeProperty.java:
##########
@@ -31,7 +31,7 @@ public abstract class HugeProperty<V> implements Property<V>,
GraphType {
protected final HugeElement owner;
protected final PropertyKey pkey;
- protected final V value;
Review Comment:
why removed `final`?
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]