Skip to content

Commit

Permalink
AVRO-3666: spotless
Browse files Browse the repository at this point in the history
  • Loading branch information
opwvhk committed Nov 14, 2023
1 parent 709ab1b commit 92a5c49
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ public int run(InputStream in, PrintStream out, PrintStream err, List<String> ar
Schema m = null;
Protocol p;
if (useJavaCC) {
//noinspection deprecation
// noinspection deprecation
try (Idl parser = new Idl(inputFile)) {
p = parser.CompilationUnit();
for (String warning : parser.getWarningsAfterParsing()) {
Expand Down

0 comments on commit 92a5c49

Please sign in to comment.