Skip to content

Commit 5a23a28

Browse files
committed
fix javadoc links
1 parent 6b7445d commit 5a23a28

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/process/traversal/step/TraversalParent.java

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,10 @@
3434

3535
/**
3636
* Indicates that a step can contain child Traversals. Any step which implements this interface should override at least
37-
* one of getGlobalChildren() or getLocalChildren(). All TraversalParents should call integrateChild() for all child
38-
* traversals as they are added to the step, and TraversalParents should override {@link Step::setTraversal()}, and
39-
* call integrateChild() again for all child traversals.
37+
* one of {@link #getGlobalChildren()} or {@link #getLocalChildren()}. All
38+
* TraversalParents should call {@link #integrateChild(Traversal.Admin<?, ?>)} for all child traversals as they are added to
39+
* the step, and TraversalParents should override {@link Step#setTraversal(Traversal.Admin<?, ?>)}, and call
40+
* {@link #integrateChild(Traversal.Admin<?, ?>)} again for all child traversals.
4041
*
4142
* @author Marko A. Rodriguez (http://markorodriguez.com)
4243
*/

0 commit comments

Comments
 (0)