forked from jasder/antlr
Specify generic type parameter
This commit is contained in:
parent
21a855e94e
commit
d181b230dc
|
@ -57,7 +57,7 @@ public class NoViableAltException extends RecognitionException {
|
|||
Token startToken,
|
||||
Token offendingToken,
|
||||
ATNConfigSet deadEndConfigs,
|
||||
ParserRuleContext ctx)
|
||||
ParserRuleContext<?> ctx)
|
||||
{
|
||||
super(recognizer, input, ctx);
|
||||
this.deadEndConfigs = deadEndConfigs;
|
||||
|
|
Loading…
Reference in New Issue