spmallette commented on code in PR #2352:
URL: https://github.com/apache/tinkerpop/pull/2352#discussion_r1397172583


##########
gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/process/traversal/dsl/graph/GraphTraversal.java:
##########
@@ -2008,7 +2009,7 @@ public default GraphTraversal<S, E> filter(final 
Traversal<?, ?> filterTraversal
      *
      * @return the updated traversal with respective {@link NoneStep}.
      */
-    @Override
+    @Deprecated

Review Comment:
   This deprecation needs javadoc, especially in this case. Here's an example 
of the form:
   
   
https://github.com/apache/tinkerpop/blob/master/gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/structure/Graph.java#L314-L323



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