You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by is...@apache.org on 2019/04/28 18:03:58 UTC

[lucene-solr] branch master updated: SOLR-5970: Fix precommit

This is an automated email from the ASF dual-hosted git repository.

ishan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/lucene-solr.git


The following commit(s) were added to refs/heads/master by this push:
     new 8dd22bc  SOLR-5970: Fix precommit
8dd22bc is described below

commit 8dd22bc0564b0e2da02ff9e7c34cad66e76c7a05
Author: Ishan Chattopadhyaya <is...@apache.org>
AuthorDate: Sun Apr 28 23:29:11 2019 +0530

    SOLR-5970: Fix precommit
---
 .../solr/cloud/api/collections/CollectionsAPIDistributedZkTest.java      | 1 -
 1 file changed, 1 deletion(-)

diff --git a/solr/core/src/test/org/apache/solr/cloud/api/collections/CollectionsAPIDistributedZkTest.java b/solr/core/src/test/org/apache/solr/cloud/api/collections/CollectionsAPIDistributedZkTest.java
index 5c3d73c..1899d8d 100644
--- a/solr/core/src/test/org/apache/solr/cloud/api/collections/CollectionsAPIDistributedZkTest.java
+++ b/solr/core/src/test/org/apache/solr/cloud/api/collections/CollectionsAPIDistributedZkTest.java
@@ -69,7 +69,6 @@ import org.apache.solr.common.params.CollectionParams.CollectionAction;
 import org.apache.solr.common.params.CoreAdminParams;
 import org.apache.solr.common.params.ModifiableSolrParams;
 import org.apache.solr.common.util.NamedList;
-import org.apache.solr.common.util.SimpleOrderedMap;
 import org.apache.solr.common.util.TimeSource;
 import org.apache.solr.core.CoreContainer;
 import org.apache.solr.core.SolrCore;