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

[02/50] [abbrv] lucene-solr:jira/solr-12746: SOLR-12843: fix precommit

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/3602459f
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/3602459f
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/3602459f

Branch: refs/heads/jira/solr-12746
Commit: 3602459fec96cc3060a32b7437cb5cf222273e4c
Parents: 23fef4a
Author: Steve Rowe <sa...@apache.org>
Authored: Tue Oct 9 17:42:41 2018 -0400
Committer: Cassandra Targett <ct...@apache.org>
Committed: Sun Oct 21 15:46:45 2018 -0500

----------------------------------------------------------------------
 .../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/3602459f/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;