change comment to be accurate with code.

This commit is contained in:
Terence Parr 2014-06-02 18:39:45 -07:00
parent 982b70fbfd
commit 3bab338ba4
1 changed files with 3 additions and 1 deletions

View File

@ -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
*/