You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by sh...@apache.org on 2018/10/10 12:49:16 UTC

lucene-solr:branch_7x: SOLR-12739: Remove unused import

Repository: lucene-solr
Updated Branches:
  refs/heads/branch_7x a4cc66bd5 -> 76271d5a7


SOLR-12739: Remove unused import

(cherry picked from commit 095707d54717a745245fd2702779e02d8a46e9ce)


Project: http://git-wip-us.apache.org/repos/asf/lucene-solr/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucene-solr/commit/76271d5a
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/76271d5a
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/76271d5a

Branch: refs/heads/branch_7x
Commit: 76271d5a7f40ec9b5a1ac9e723fa92f809ad8f12
Parents: a4cc66b
Author: Shalin Shekhar Mangar <sh...@apache.org>
Authored: Wed Oct 10 18:18:29 2018 +0530
Committer: Shalin Shekhar Mangar <sh...@apache.org>
Committed: Wed Oct 10 18:19:08 2018 +0530

----------------------------------------------------------------------
 .../apache/solr/cloud/OverseerCollectionConfigSetProcessorTest.java | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/76271d5a/solr/core/src/test/org/apache/solr/cloud/OverseerCollectionConfigSetProcessorTest.java
----------------------------------------------------------------------
diff --git a/solr/core/src/test/org/apache/solr/cloud/OverseerCollectionConfigSetProcessorTest.java b/solr/core/src/test/org/apache/solr/cloud/OverseerCollectionConfigSetProcessorTest.java
index 5761359..ec51d55 100644
--- a/solr/core/src/test/org/apache/solr/cloud/OverseerCollectionConfigSetProcessorTest.java
+++ b/solr/core/src/test/org/apache/solr/cloud/OverseerCollectionConfigSetProcessorTest.java
@@ -78,7 +78,6 @@ import org.slf4j.Logger;
 import org.slf4j.LoggerFactory;
 
 import static org.apache.solr.common.params.CollectionAdminParams.CLUSTER;
-import static org.apache.solr.common.params.CollectionAdminParams.COLLECTION;
 import static org.apache.solr.common.params.CollectionAdminParams.DEFAULTS;
 import static org.apache.solr.common.params.CollectionAdminParams.USE_LEGACY_REPLICA_ASSIGNMENT;
 import static org.mockito.Mockito.any;