提交 dfc69289 编写于 作者: A Andy Clement

Suppress unchecked warning in generated code

上级 17076674
......@@ -20,7 +20,7 @@ import org.antlr.runtime.tree.RewriteRuleSubtreeStream;
import org.antlr.runtime.tree.RewriteRuleTokenStream;
import org.antlr.runtime.tree.TreeAdaptor;
@SuppressWarnings({"unused","cast"})
@SuppressWarnings({"unused","cast","unchecked"})
public class SpringExpressionsParser extends Parser {
public static final String[] tokenNames = new String[] { "<invalid>", "<EOR>", "<DOWN>", "<UP>", "EXPRESSIONLIST",
"INTEGER_LITERAL", "EXPRESSION", "QUALIFIED_IDENTIFIER", "REFERENCE", "PROPERTY_OR_FIELD", "INDEXER",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册