diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/ParserATNSimulator.java b/runtime/Java/src/org/antlr/v4/runtime/atn/ParserATNSimulator.java index 762515edf..90f7ddded 100755 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/ParserATNSimulator.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/ParserATNSimulator.java @@ -953,7 +953,7 @@ public class ParserATNSimulator extends ATNSimulator { * *
    *
  1. Evaluate the precedence predicates for each configuration using - * {@link SemanticContext.evalPrecedence}.
  2. + * {@link SemanticContext#evalPrecedence}. *
  3. Remove all configurations which predict an alternative greater than * 1, for which another configuration that predicts alternative 1 is in the * same ATN state. This transformation is valid for the following reasons: