Merge pull request #721 from sharwell/deprecated-annotation

Add missing Deprecated annotation
This commit is contained in:
Sam Harwell 2014-09-28 13:10:49 -05:00
commit 3565c36db6
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.