saikiranboga commented on code in PR #2757:
URL: https://github.com/apache/tinkerpop/pull/2757#discussion_r1744843089
##########
gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/process/traversal/util/BytecodeHelper.java:
##########
@@ -350,6 +351,26 @@ public static <A extends TraversalStrategy> Iterator<A>
findStrategies(final Byt
os -> (A) os.getArguments()[0]);
}
+ public static <A extends TraversalStrategy> boolean removeStrategies(final
Bytecode bytecode, final String operator, final Class<TraversalStrategy>[]
clazzes) {
Review Comment:
Thanks for noticing. Removed.
##########
gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/process/traversal/util/BytecodeHelper.java:
##########
@@ -397,6 +418,8 @@ else if (arguments[i] instanceof Bytecode)
}
}
+
Review Comment:
Removed.
--
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]