jorgebay commented on a change in pull request #1216: TINKERPOP-2310 and
TINKERPOP-2311 Folllow up refactoring after TraversalStrategy changes
URL: https://github.com/apache/tinkerpop/pull/1216#discussion_r343675350
##########
File path:
gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/process/traversal/Traversal.java
##########
@@ -480,26 +480,25 @@ public default void reset() {
/**
* Set the {@link
org.apache.tinkerpop.gremlin.process.traversal.step.TraversalParent} {@link
Step} that is
* the parent of this traversal. Traversals can be nested and this is
the means by which the traversal tree is
- * connected.
+ * connected. If there is no parent, then it should be a {@link
EmptyStep}.
Review comment:
:+100 for the clarification in the javadoc.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services