You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by sa...@apache.org on 2018/10/09 22:03:58 UTC

lucene-solr:branch_7x: SOLR-12843: fix precommit

Repository: lucene-solr
Updated Branches:
  refs/heads/branch_7x 2aed752f9 -> da27e6030


SOLR-12843: fix precommit


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

Branch: refs/heads/branch_7x
Commit: da27e6030920cfdbb334c622682bd7311369c389
Parents: 2aed752
Author: Steve Rowe <sa...@apache.org>
Authored: Tue Oct 9 18:03:24 2018 -0400
Committer: Steve Rowe <sa...@apache.org>
Committed: Tue Oct 9 18:03:24 2018 -0400

----------------------------------------------------------------------
 .../src/test/org/apache/solr/client/solrj/SolrExampleTests.java     | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/da27e603/solr/solrj/src/test/org/apache/solr/client/solrj/SolrExampleTests.java
----------------------------------------------------------------------
diff --git a/solr/solrj/src/test/org/apache/solr/client/solrj/SolrExampleTests.java b/solr/solrj/src/test/org/apache/solr/client/solrj/SolrExampleTests.java
index cb375d6..b83be83 100644
--- a/solr/solrj/src/test/org/apache/solr/client/solrj/SolrExampleTests.java
+++ b/solr/solrj/src/test/org/apache/solr/client/solrj/SolrExampleTests.java
@@ -69,7 +69,6 @@ import org.apache.solr.common.params.FacetParams;
 import org.apache.solr.common.params.ModifiableSolrParams;
 import org.apache.solr.common.util.NamedList;
 import org.apache.solr.common.util.Pair;
-import org.apache.solr.common.util.Utils;
 import org.junit.Test;
 import org.noggit.JSONParser;
 import org.slf4j.Logger;