Fix precommit.

This commit is contained in:
Adrien Grand 2021-12-08 18:51:35 +01:00
parent f190cc3509
commit b9287c8ce0
1 changed files with 2 additions and 7 deletions

View File

@ -334,18 +334,13 @@ public class TestBackwardsCompatibility extends LuceneTestCase {
}
}
static final String[] oldNames = {
"9.0.0-cfs",
"9.0.0-nocfs"
};
static final String[] oldNames = {"9.0.0-cfs", "9.0.0-nocfs"};
public static String[] getOldNames() {
return oldNames;
}
static final String[] oldSortedNames = {
"sorted.9.0.0"
};
static final String[] oldSortedNames = {"sorted.9.0.0"};
public static String[] getOldSortedNames() {
return oldSortedNames;