Add missing Deprecated annotation (fixes build warning)

This commit is contained in:
Sam Harwell 2014-09-28 13:06:47 -05:00
parent f143495ab2
commit cfb95ed95a
1 changed files with 1 additions and 0 deletions

View File

@ -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.