kenhuuu commented on code in PR #3253:
URL: https://github.com/apache/tinkerpop/pull/3253#discussion_r2467279941


##########
gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/process/traversal/strategy/verification/StandardVerificationStrategy.java:
##########
@@ -100,4 +105,16 @@ public static StandardVerificationStrategy instance() {
     public Set<Class<? extends VerificationStrategy>> applyPrior() {
         return Collections.singleton(ComputerVerificationStrategy.class);
     }
+
+    private boolean hasRepeatParent(Step<?, ?> step) {

Review Comment:
   This code now exists in two places, here and RangeGlobalStep. It's probably 
time to some form of this to TraversalHelper.



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