From cfb95ed95a8040dd4888d01994fd4d2b4a826e5f Mon Sep 17 00:00:00 2001 From: Sam Harwell <sam@tunnelvisionlabs.com> Date: Sun, 28 Sep 2014 13:06:47 -0500 Subject: [PATCH] Add missing Deprecated annotation (fixes build warning) --- tool/src/org/antlr/v4/tool/ErrorType.java | 1 + 1 file changed, 1 insertion(+) diff --git a/tool/src/org/antlr/v4/tool/ErrorType.java b/tool/src/org/antlr/v4/tool/ErrorType.java index c67c6fd17..8e70ff452 100644 --- a/tool/src/org/antlr/v4/tool/ErrorType.java +++ b/tool/src/org/antlr/v4/tool/ErrorType.java @@ -432,6 +432,7 @@ public enum ErrorType { * * @deprecated This warning is no longer applicable with the current syntax for specifying associativity. */ + @Deprecated ALL_OPS_NEED_SAME_ASSOC(118, "all operators of alt <arg> of left-recursive rule must have same associativity", ErrorSeverity.WARNING), /** * Compiler Error 119.