Cole-Greer commented on code in PR #2377:
URL: https://github.com/apache/tinkerpop/pull/2377#discussion_r1432084359
##########
gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/process/traversal/dsl/graph/__.java:
##########
@@ -806,6 +805,13 @@ public static <A> GraphTraversal<A, Set<?>>
difference(final Object values) {
return __.<A>start().difference(values);
}
+ /**
+ * @see GraphTraversal#discard()
+ */
+ public static <A> GraphTraversal<A, A> discard() {
Review Comment:
I notice that there is no corresponding `none()` method being replaced here,
is this needed?
--
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]