From b7107663d171df9ffdde3f5cbf148d015e4b6241 Mon Sep 17 00:00:00 2001 From: Areek Zillur Date: Fri, 17 Jul 2015 00:01:53 -0400 Subject: [PATCH] [TEST] remove redundant import --- .../admin/indices/segments/IndicesShardStoreRequestTests.java | 1 - 1 file changed, 1 deletion(-) diff --git a/core/src/test/java/org/elasticsearch/action/admin/indices/segments/IndicesShardStoreRequestTests.java b/core/src/test/java/org/elasticsearch/action/admin/indices/segments/IndicesShardStoreRequestTests.java index 09123fb770f..fee2f329d1a 100644 --- a/core/src/test/java/org/elasticsearch/action/admin/indices/segments/IndicesShardStoreRequestTests.java +++ b/core/src/test/java/org/elasticsearch/action/admin/indices/segments/IndicesShardStoreRequestTests.java @@ -22,7 +22,6 @@ package org.elasticsearch.action.admin.indices.segments; import com.carrotsearch.hppc.cursors.IntObjectCursor; import com.carrotsearch.hppc.cursors.ObjectCursor; -import com.carrotsearch.randomizedtesting.annotations.Seed; import com.google.common.base.Predicate; import org.apache.lucene.index.CorruptIndexException; import org.elasticsearch.action.admin.indices.shards.IndicesShardStoresResponse;