From 3bab338ba403d86eee47abbfcc0011eb8a0a3d17 Mon Sep 17 00:00:00 2001 From: Terence Parr Date: Mon, 2 Jun 2014 18:39:45 -0700 Subject: [PATCH] change comment to be accurate with code. --- runtime/Java/src/org/antlr/v4/runtime/ANTLRErrorListener.java | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/runtime/Java/src/org/antlr/v4/runtime/ANTLRErrorListener.java b/runtime/Java/src/org/antlr/v4/runtime/ANTLRErrorListener.java index 5c0fe4fd6..82216708b 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/ANTLRErrorListener.java +++ b/runtime/Java/src/org/antlr/v4/runtime/ANTLRErrorListener.java @@ -134,7 +134,9 @@ public interface ANTLRErrorListener { * @param stopIndex the input index where the SLL conflict occurred * @param conflictingAlts The specific conflicting alternatives. If this is * {@code null}, the conflicting alternatives are all alternatives - * represented in {@code configs}. + * represented in {@code configs}. At the moment, conflictingAlts is non-null + * (for the reference implementation, but Sam's optimized version can see this + * as null). * @param configs the ATN configuration set where the SLL conflict was * detected */