Skip to content

Commit f65da9c

Browse files
author
elasticsearchmachine
committed
[CI] Auto commit changes from spotless
1 parent f36308e commit f65da9c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/reindex/src/internalClusterTest/java/org/elasticsearch/index/reindex/RetryFailedReindexIT.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
import org.elasticsearch.tasks.Task;
2424
import org.elasticsearch.test.ESIntegTestCase;
2525
import org.junit.Before;
26-
import static org.hamcrest.Matchers.empty;
2726

2827
import java.util.Arrays;
2928
import java.util.Collection;
@@ -34,11 +33,12 @@
3433
import java.util.stream.IntStream;
3534

3635
import static java.util.Collections.singletonList;
36+
import static org.elasticsearch.action.DocWriteRequest.OpType.CREATE;
3737
import static org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertFutureThrows;
3838
import static org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertHitCount;
39-
import static org.elasticsearch.action.DocWriteRequest.OpType.CREATE;
4039
import static org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertResponse;
4140
import static org.hamcrest.Matchers.containsString;
41+
import static org.hamcrest.Matchers.empty;
4242
import static org.hamcrest.Matchers.not;
4343

4444
/**

0 commit comments

Comments
 (0)