Skip to content

Commit 97d3e30

Browse files
committed
removed unused imports
1 parent 814c2bb commit 97d3e30

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

x-pack/plugin/enrich/src/test/java/org/elasticsearch/xpack/enrich/EnrichPolicyMaintenanceServiceTests.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@
3030
import org.elasticsearch.plugins.Plugin;
3131
import org.elasticsearch.test.ESSingleNodeTestCase;
3232
import org.elasticsearch.threadpool.ThreadPool;
33-
import org.elasticsearch.xpack.core.XPackPlugin;
3433
import org.elasticsearch.xpack.core.enrich.EnrichPolicy;
3534

3635
import static org.elasticsearch.xpack.core.enrich.EnrichPolicy.EXACT_MATCH_TYPE;

x-pack/plugin/enrich/src/test/java/org/elasticsearch/xpack/enrich/EnrichStoreTests.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
import org.elasticsearch.common.xcontent.XContentType;
1111
import org.elasticsearch.plugins.Plugin;
1212
import org.elasticsearch.test.ESSingleNodeTestCase;
13-
import org.elasticsearch.xpack.core.XPackPlugin;
1413
import org.elasticsearch.xpack.core.enrich.EnrichPolicy;
1514

1615
import java.util.Collection;

0 commit comments

Comments
 (0)