seagle-yuan commented on code in PR #1896:
URL:
https://github.com/apache/incubator-hugegraph/pull/1896#discussion_r889678674
##########
hugegraph-core/src/main/java/com/baidu/hugegraph/backend/query/Aggregate.java:
##########
@@ -72,7 +72,7 @@ public static enum AggregateFunc {
private final Number defaultValue;
private final BiFunction<Number, Number, Number> merger;
- private AggregateFunc(String name, Number defaultValue,
+ AggregateFunc(String name, Number defaultValue,
Review Comment:
if merge, will over 100 characters. so keep 2 lines.
--
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]