You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by yo...@apache.org on 2017/01/05 11:50:14 UTC

lucene-solr:branch_6x: SOLR-5616: fix unused import

Repository: lucene-solr
Updated Branches:
  refs/heads/branch_6x 302cee592 -> 5a93f8327


SOLR-5616: fix unused import


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

Branch: refs/heads/branch_6x
Commit: 5a93f83276eaa15ea58a2969f64c85834571ea78
Parents: 302cee5
Author: yonik <yo...@apache.org>
Authored: Thu Jan 5 06:50:09 2017 -0500
Committer: yonik <yo...@apache.org>
Committed: Thu Jan 5 06:50:09 2017 -0500

----------------------------------------------------------------------
 .../src/java/org/apache/solr/handler/component/QueryComponent.java  | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/5a93f832/solr/core/src/java/org/apache/solr/handler/component/QueryComponent.java
----------------------------------------------------------------------
diff --git a/solr/core/src/java/org/apache/solr/handler/component/QueryComponent.java b/solr/core/src/java/org/apache/solr/handler/component/QueryComponent.java
index 80b6048..9bd5efb 100644
--- a/solr/core/src/java/org/apache/solr/handler/component/QueryComponent.java
+++ b/solr/core/src/java/org/apache/solr/handler/component/QueryComponent.java
@@ -58,7 +58,6 @@ import org.apache.solr.common.params.CommonParams;
 import org.apache.solr.common.params.CursorMarkParams;
 import org.apache.solr.common.params.GroupParams;
 import org.apache.solr.common.params.ModifiableSolrParams;
-import org.apache.solr.common.params.MoreLikeThisParams;
 import org.apache.solr.common.params.ShardParams;
 import org.apache.solr.common.params.SolrParams;
 import org.apache.solr.common.util.NamedList;