Specify generic type parameter

This commit is contained in:
sharwell 2012-02-08 18:55:57 -06:00
parent 21a855e94e
commit d181b230dc
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ public class NoViableAltException extends RecognitionException {
Token startToken, Token startToken,
Token offendingToken, Token offendingToken,
ATNConfigSet deadEndConfigs, ATNConfigSet deadEndConfigs,
ParserRuleContext ctx) ParserRuleContext<?> ctx)
{ {
super(recognizer, input, ctx); super(recognizer, input, ctx);
this.deadEndConfigs = deadEndConfigs; this.deadEndConfigs = deadEndConfigs;