forked from phoedos/pmd
Fix checkstyle warnings
This commit is contained in:
@ -37,14 +37,14 @@ public class XPathSyntaxHighlighter extends SimpleRegexSyntaxHighlighter {
|
|||||||
"treat", "instance", "of", "to", "if", "then", "else",
|
"treat", "instance", "of", "to", "if", "then", "else",
|
||||||
"return", "let",
|
"return", "let",
|
||||||
"intersect", "except", "union", "div", "idiv", "mod",
|
"intersect", "except", "union", "div", "idiv", "mod",
|
||||||
"ne", "eq", "lt", "le", "gt", "ge"
|
"ne", "eq", "lt", "le", "gt", "ge",
|
||||||
};
|
};
|
||||||
|
|
||||||
private static final String[] KIND_TESTS = {
|
private static final String[] KIND_TESTS = {
|
||||||
"node", "document-node", "text", "comment",
|
"node", "document-node", "text", "comment",
|
||||||
"namespace-node", "processing-instruction",
|
"namespace-node", "processing-instruction",
|
||||||
"attribute", "schema-attribute", "element",
|
"attribute", "schema-attribute", "element",
|
||||||
"schema-element", "function"
|
"schema-element", "function",
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user