Skip to content

Commit ac1d8da

Browse files
committed
[Test] Remove unused imports
Checkstyle
1 parent 433469d commit ac1d8da

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

client/rest-high-level/src/test/java/org/elasticsearch/client/documentation/RollupDocumentationIT.java

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -57,16 +57,11 @@
5757
import org.elasticsearch.client.rollup.job.config.TermsGroupConfig;
5858
import org.elasticsearch.cluster.health.ClusterHealthStatus;
5959
import org.elasticsearch.common.unit.TimeValue;
60-
import org.elasticsearch.common.xcontent.support.XContentMapValues;
6160
import org.elasticsearch.rest.RestStatus;
6261
import org.elasticsearch.search.aggregations.bucket.histogram.DateHistogramInterval;
63-
import org.junit.After;
6462
import org.junit.Before;
6563

66-
import java.io.BufferedReader;
6764
import java.io.IOException;
68-
import java.io.InputStreamReader;
69-
import java.nio.charset.StandardCharsets;
7065
import java.util.ArrayList;
7166
import java.util.Arrays;
7267
import java.util.List;
@@ -75,7 +70,6 @@
7570
import java.util.concurrent.CountDownLatch;
7671
import java.util.concurrent.TimeUnit;
7772

78-
import static org.apache.lucene.util.LuceneTestCase.AwaitsFix;
7973
import static org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder;
8074
import static org.hamcrest.Matchers.equalTo;
8175
import static org.hamcrest.Matchers.hasSize;

0 commit comments

Comments
 (0)