spmallette commented on a change in pull request #1574:
URL: https://github.com/apache/tinkerpop/pull/1574#discussion_r821053514



##########
File path: 
gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/language/grammar/TraversalMethodVisitor.java
##########
@@ -1653,6 +1653,35 @@ public Traversal visitTraversalMethod_to_Vertex(final 
GremlinParser.TraversalMet
         return 
graphTraversal.to(StructureElementVisitor.instance().visitStructureVertex(ctx.structureVertex()));
     }
 
+    @Override
+    public Traversal 
visitTraversalMethod_element(GremlinParser.TraversalMethod_elementContext ctx) {

Review comment:
       nit: `final`




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