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

[2/2] lucene-solr:branch_7x: LUCENE-8611: removed unused import.

LUCENE-8611: removed 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/8a31c777
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/8a31c777
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/8a31c777

Branch: refs/heads/branch_7x
Commit: 8a31c777702d728986abace7799f0ef8939b10bd
Parents: 6b9bf52
Author: Dawid Weiss <da...@carrotsearch.com>
Authored: Sat Dec 15 10:03:35 2018 +0100
Committer: Dawid Weiss <da...@carrotsearch.com>
Committed: Sat Dec 15 10:03:35 2018 +0100

----------------------------------------------------------------------
 .../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/8a31c777/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 ea9356e..242ad0e 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
@@ -76,7 +76,6 @@ import org.slf4j.LoggerFactory;
 
 import static org.apache.solr.common.params.UpdateParams.ASSUME_CONTENT_TYPE;
 import static org.hamcrest.core.StringContains.containsString;
-import static org.hamcrest.CoreMatchers.is;
 
 /**
  * This should include tests against the example solr config