spmallette commented on code in PR #3209:
URL: https://github.com/apache/tinkerpop/pull/3209#discussion_r2358611570


##########
gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/process/traversal/step/TraversalParent.java:
##########
@@ -31,14 +33,30 @@
 import java.util.Set;
 
 /**
+ * Indicates that a step can contain child Traversals. Any step which 
implements this interface should override at least
+ * one of getGlobalChildren() or getLocalChildren(). All TraversalParents 
should call integrateChild() for all child

Review Comment:
   nit: `{@link ...` the method references. 



-- 
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]

Reply via email to