xiazcy commented on code in PR #2981:
URL: https://github.com/apache/tinkerpop/pull/2981#discussion_r1919282481
##########
gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/process/traversal/dsl/graph/__.java:
##########
@@ -1306,41 +1306,83 @@ public static <A> GraphTraversal<A, A> range(final long
low, final long high) {
return __.<A>start().range(low, high);
}
+ /**
+ * @see GraphTraversal#range(long, long)
Review Comment:
Doc nit, these should be updated.
```suggestion
* @see GraphTraversal#range(GValue, GValue)
```
--
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]