Skip to content

Commit a1b54cb

Browse files
committed
cleanup
1 parent 09f1c10 commit a1b54cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x-pack/plugin/esql/qa/server/multi-clusters/src/javaRestTest/java/org/elasticsearch/xpack/esql/ccq/EsqlRestValidationIT.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ public void testExistentIndexWithoutWildcard() throws IOException {
9797
super.testExistentIndexWithoutWildcard();
9898
}
9999

100-
private static boolean checkVersion(org.elasticsearch.Version version) {
100+
private static boolean checkVersion(Version version) {
101101
return version.onOrAfter(Version.fromString("9.1.0"))
102102
|| (version.onOrAfter(Version.fromString("8.19.0")) && version.before(Version.fromString("9.0.0")));
103103
}

0 commit comments

Comments
 (0)