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



##########
File path: 
gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/language/grammar/TraversalMethodVisitor.java
##########
@@ -1145,6 +1148,23 @@ public GraphTraversal 
visitTraversalMethod_property_Object_Object_Object(final G
                 
GenericLiteralVisitor.getGenericLiteralList(ctx.genericLiteralList()));
     }
 
+    /**
+     * {@inheritDoc}
+     */
+    @Override
+    public Traversal visitTraversalMethod_property_Cardinality_Object(

Review comment:
       the other code style item we have is to mark variables `final` when 
possible.




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