spmallette commented on a change in pull request #1574:
URL: https://github.com/apache/tinkerpop/pull/1574#discussion_r821053139
##########
File path:
gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/language/grammar/DefaultGremlinBaseVisitor.java
##########
@@ -115,6 +115,31 @@ protected void notImplemented(final ParseTree ctx) {
* {@inheritDoc}
*/
@Override public T visitTraversalSourceSpawnMethod_io(final
GremlinParser.TraversalSourceSpawnMethod_ioContext ctx) { notImplemented(ctx);
return null; }
+ /**
+ * {@inheritDoc}
+ */
+ @Override
+ public T
visitTraversalSourceSpawnMethod_call_empty(GremlinParser.TraversalSourceSpawnMethod_call_emptyContext
ctx) { notImplemented(ctx); return null; }
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]