From 843375522d686429f0b4632e587258707f165562 Mon Sep 17 00:00:00 2001 From: parrt Date: Thu, 10 Nov 2011 12:23:33 -0800 Subject: [PATCH] tweak [git-p4: depot-paths = "//depot/code/antlr4/main/": change = 9288] --- .../antlr/v4/runtime/DefaultANTLRTreeGrammarErrorStrategy.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/Java/src/org/antlr/v4/runtime/DefaultANTLRTreeGrammarErrorStrategy.java b/runtime/Java/src/org/antlr/v4/runtime/DefaultANTLRTreeGrammarErrorStrategy.java index bb75ae3ae..a33b6a036 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/DefaultANTLRTreeGrammarErrorStrategy.java +++ b/runtime/Java/src/org/antlr/v4/runtime/DefaultANTLRTreeGrammarErrorStrategy.java @@ -56,7 +56,7 @@ public class DefaultANTLRTreeGrammarErrorStrategy implements ANTLRErrorStrategy } @Override - public void recover(BaseRecognizer recognizer) { + public void recover(BaseRecognizer recognizer, RecognitionException e) { throw new RecognitionException(recognizer, recognizer.getInputStream(), recognizer._ctx);