Skip to content

Commit dea26ef

Browse files
committed
use antlr builtin class.
1 parent b2a4070 commit dea26ef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

java/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
<configuration>
6262
<sourceDirectory>grammars</sourceDirectory>
6363
<options>
64-
<contextSuperClass>org.antlr.codebuff.misc.RuleNodeWithAlt</contextSuperClass>
64+
<contextSuperClass>org.antlr.v4.runtime.RuleContextWithAltNum</contextSuperClass>
6565
</options>
6666
</configuration>
6767
<id>antlr</id>

0 commit comments

Comments
 (0)