You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ho...@apache.org on 2017/06/14 02:03:00 UTC

[24/35] lucene-solr:jira/SOLR-10834: fix precommit by removing unused imports

fix precommit by removing unused imports


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

Branch: refs/heads/jira/SOLR-10834
Commit: e50332507a6ea3a9589b8919a803200ac144933e
Parents: cdccbfb
Author: Chris Hostetter <ho...@fucit.org>
Authored: Tue Jun 13 09:53:41 2017 -0700
Committer: Chris Hostetter <ho...@fucit.org>
Committed: Tue Jun 13 09:54:09 2017 -0700

----------------------------------------------------------------------
 .../src/test/org/apache/solr/handler/V2ApiIntegrationTest.java    | 3 ---
 1 file changed, 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/e5033250/solr/core/src/test/org/apache/solr/handler/V2ApiIntegrationTest.java
----------------------------------------------------------------------
diff --git a/solr/core/src/test/org/apache/solr/handler/V2ApiIntegrationTest.java b/solr/core/src/test/org/apache/solr/handler/V2ApiIntegrationTest.java
index 881e68b..fa6d4e3 100644
--- a/solr/core/src/test/org/apache/solr/handler/V2ApiIntegrationTest.java
+++ b/solr/core/src/test/org/apache/solr/handler/V2ApiIntegrationTest.java
@@ -18,9 +18,7 @@
 package org.apache.solr.handler;
 
 
-import java.io.File;
 import java.io.IOException;
-import java.util.ArrayList;
 import java.util.List;
 import java.util.Map;
 
@@ -33,7 +31,6 @@ import org.apache.solr.cloud.SolrCloudTestCase;
 import org.apache.solr.common.params.ModifiableSolrParams;
 import org.apache.solr.common.util.NamedList;
 import org.apache.solr.common.util.Utils;
-import org.apache.solr.util.RestTestHarness;
 import org.junit.BeforeClass;
 import org.junit.Test;