vkagamlyk commented on code in PR #1808:
URL: https://github.com/apache/tinkerpop/pull/1808#discussion_r969993381


##########
gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/process/traversal/dsl/graph/GraphTraversal.java:
##########
@@ -331,6 +331,21 @@ public default GraphTraversal<S, Vertex> V(final Object... 
vertexIdsOrElements)
         return this.asAdmin().addStep(new GraphStep<>(this.asAdmin(), 
Vertex.class, false, ids));
     }
 
+    /**
+     * A {@code E} step is usually used to start a traversal but it may also 
be used mid-traversal.
+     *
+     * @param edgeIdsOrElements vertices to inject into the traversal

Review Comment:
   ```suggestion
        * @param edgeIdsOrElements edges to inject into the traversal
   ```



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