You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ab...@apache.org on 2019/01/25 07:52:20 UTC

[lucene-solr] 02/02: Stray import.

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

ab pushed a commit to branch jira/solr-13155-2
in repository https://gitbox.apache.org/repos/asf/lucene-solr.git

commit 51a227265e2e6b6a2a7c89fd060d20fadd4a97b2
Author: Andrzej Bialecki <ab...@apache.org>
AuthorDate: Fri Jan 25 08:52:00 2019 +0100

    Stray import.
---
 solr/core/src/java/org/apache/solr/util/SolrCLI.java | 1 -
 1 file changed, 1 deletion(-)

diff --git a/solr/core/src/java/org/apache/solr/util/SolrCLI.java b/solr/core/src/java/org/apache/solr/util/SolrCLI.java
index 259b0d0..2f98c4c 100755
--- a/solr/core/src/java/org/apache/solr/util/SolrCLI.java
+++ b/solr/core/src/java/org/apache/solr/util/SolrCLI.java
@@ -136,7 +136,6 @@ import org.apache.solr.common.util.NamedList;
 import org.apache.solr.common.util.StrUtils;
 import org.apache.solr.common.util.TimeSource;
 import org.apache.solr.common.util.Utils;
-import org.apache.solr.request.SolrQueryRequest;
 import org.apache.solr.security.Sha256AuthenticationProvider;
 import org.apache.solr.servlet.SolrRequestParsers;
 import org.apache.solr.util.configuration.SSLConfigurationsFactory;