nandorKollar commented on code in PR #3756:
URL: https://github.com/apache/avro/pull/3756#discussion_r3179884256
##########
lang/java/idl/src/main/java/org/apache/avro/idl/IdlReader.java:
##########
@@ -207,20 +208,22 @@ private IdlFile parse(URI inputDir, CharStream
charStream) {
IdlParser parser = new IdlParser(tokenStream);
parser.removeErrorListeners();
parser.addErrorListener(SIMPLE_AVRO_ERROR_LISTENER);
- parser.addParseListener(parseListener);
+ // parser.addParseListener(parseListener);
Review Comment:
I think you can remove this line.
--
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]