Skip to content

Commit

Permalink
Update __.java
Browse files Browse the repository at this point in the history
  • Loading branch information
ryn5 committed Dec 21, 2023
1 parent ca5416e commit bd639b2
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -805,13 +805,6 @@ 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() {
return __.<A>start().discard();
}

/**
* @see GraphTraversal#disjunct(Object)
*/
Expand Down

0 comments on commit bd639b2

Please sign in to comment.