mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-08 22:14:59 +00:00
Revert "Mark field in ReindexSameIndexTests as final"
This reverts commit 6d8692576e49ed9d4d570e1631a25f015f271cb8.
This commit is contained in:
parent
f20928b146
commit
f1d5fd72c8
@ -43,7 +43,7 @@ public class ReindexSameIndexTests extends ESTestCase {
|
||||
|
||||
private static ClusterState STATE;
|
||||
private static final IndexNameExpressionResolver INDEX_NAME_EXPRESSION_RESOLVER = new IndexNameExpressionResolver(Settings.EMPTY);
|
||||
private static final AutoCreateIndex AUTO_CREATE_INDEX = new AutoCreateIndex(Settings.EMPTY, INDEX_NAME_EXPRESSION_RESOLVER);
|
||||
private static AutoCreateIndex AUTO_CREATE_INDEX = new AutoCreateIndex(Settings.EMPTY, INDEX_NAME_EXPRESSION_RESOLVER);
|
||||
|
||||
@BeforeClass
|
||||
public static void beforeClass() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user