mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-08 22:14:59 +00:00
Mark field in ReindexSameIndexTests as final
This commit restores a final modifier on the field AutoCreateIndex#AUTO_CREATE_INDEX that was inadvertently removed in a25b8ee1bf2e70bc28f688731ef43962a3ef18ce.
This commit is contained in:
parent
44c653f5a8
commit
6d8692576e
@ -43,7 +43,7 @@ public class ReindexSameIndexTests extends ESTestCase {
|
|||||||
|
|
||||||
private static ClusterState STATE;
|
private static ClusterState STATE;
|
||||||
private static final IndexNameExpressionResolver INDEX_NAME_EXPRESSION_RESOLVER = new IndexNameExpressionResolver(Settings.EMPTY);
|
private static final IndexNameExpressionResolver INDEX_NAME_EXPRESSION_RESOLVER = new IndexNameExpressionResolver(Settings.EMPTY);
|
||||||
private static AutoCreateIndex AUTO_CREATE_INDEX = new AutoCreateIndex(Settings.EMPTY, INDEX_NAME_EXPRESSION_RESOLVER);
|
private static final AutoCreateIndex AUTO_CREATE_INDEX = new AutoCreateIndex(Settings.EMPTY, INDEX_NAME_EXPRESSION_RESOLVER);
|
||||||
|
|
||||||
@BeforeClass
|
@BeforeClass
|
||||||
public static void beforeClass() {
|
public static void beforeClass() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user