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


##########
gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/language/grammar/DefaultGremlinBaseVisitor.java:
##########
@@ -911,6 +911,20 @@ protected void notImplemented(final ParseTree ctx) {
         * {@inheritDoc}
         */
        @Override public T visitTraversalMethod_call_string_map_traversal(final 
GremlinParser.TraversalMethod_call_string_map_traversalContext ctx) { 
notImplemented(ctx); return null; }
+       /**
+        * {@inheritDoc}
+        */
+       @Override

Review Comment:
   please single line these like the others?



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