File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
modules/reindex/src/internalClusterTest/java/org/elasticsearch/index/reindex Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 2323import org .elasticsearch .tasks .Task ;
2424import org .elasticsearch .test .ESIntegTestCase ;
2525import org .junit .Before ;
26- import static org .hamcrest .Matchers .empty ;
2726
2827import java .util .Arrays ;
2928import java .util .Collection ;
3433import java .util .stream .IntStream ;
3534
3635import static java .util .Collections .singletonList ;
36+ import static org .elasticsearch .action .DocWriteRequest .OpType .CREATE ;
3737import static org .elasticsearch .test .hamcrest .ElasticsearchAssertions .assertFutureThrows ;
3838import static org .elasticsearch .test .hamcrest .ElasticsearchAssertions .assertHitCount ;
39- import static org .elasticsearch .action .DocWriteRequest .OpType .CREATE ;
4039import static org .elasticsearch .test .hamcrest .ElasticsearchAssertions .assertResponse ;
4140import static org .hamcrest .Matchers .containsString ;
41+ import static org .hamcrest .Matchers .empty ;
4242import static org .hamcrest .Matchers .not ;
4343
4444/**
You can’t perform that action at this time.
0 commit comments