seagle-yuan commented on code in PR #1896:
URL:
https://github.com/apache/incubator-hugegraph/pull/1896#discussion_r897973011
##########
hugegraph-core/src/main/java/com/baidu/hugegraph/traversal/algorithm/records/Records.java:
##########
@@ -34,8 +34,8 @@ public interface Records {
Id nextKey();
- PathSet findPath(Id target, Function<Id, Boolean> filter,
- boolean all, boolean ring);
+ PathSet findPath(Id target, Function<Id, Boolean> filter, boolean all,
Review Comment:
this line only 75 char. so i think wrap line after "boolean all" is better.
--
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]