[Misc] Updated SaxonXPathRuleQueryTest.java

This commit is contained in:
Vyom Yadav 2022-01-17 20:36:35 +05:30 committed by GitHub
parent 4ae7e40bad
commit ccbb5e016e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -237,7 +237,7 @@ public class SaxonXPathRuleQueryTest {
return result;
}
private static SaxonXPathRuleQuery createQuery(String xpath, PropertyDescriptor<?> ...descriptors) {
private static SaxonXPathRuleQuery createQuery(String xpath, PropertyDescriptor<?>... descriptors) {
SaxonXPathRuleQuery query = new SaxonXPathRuleQuery();
query.setVersion(XPathRuleQuery.XPATH_2_0);
if (descriptors != null) {