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

lucene-solr:branch_6x: SOLR-9918: Remove unused import to make precommit happy

Repository: lucene-solr
Updated Branches:
  refs/heads/branch_6x 2979a1eac -> 2f721048d


SOLR-9918: Remove unused import to make precommit happy

(cherry picked from commit 2437204)


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

Branch: refs/heads/branch_6x
Commit: 2f721048d4e9e35ba81ad574d3927cdba798ee24
Parents: 2979a1e
Author: Shalin Shekhar Mangar <sh...@apache.org>
Authored: Wed Jan 11 12:20:42 2017 +0530
Committer: Shalin Shekhar Mangar <sh...@apache.org>
Committed: Wed Jan 11 12:21:22 2017 +0530

----------------------------------------------------------------------
 .../update/processor/SkipExistingDocumentsProcessorFactoryTest.java | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/2f721048/solr/core/src/test/org/apache/solr/update/processor/SkipExistingDocumentsProcessorFactoryTest.java
----------------------------------------------------------------------
diff --git a/solr/core/src/test/org/apache/solr/update/processor/SkipExistingDocumentsProcessorFactoryTest.java b/solr/core/src/test/org/apache/solr/update/processor/SkipExistingDocumentsProcessorFactoryTest.java
index 2afe35c..7e17f71 100644
--- a/solr/core/src/test/org/apache/solr/update/processor/SkipExistingDocumentsProcessorFactoryTest.java
+++ b/solr/core/src/test/org/apache/solr/update/processor/SkipExistingDocumentsProcessorFactoryTest.java
@@ -20,7 +20,6 @@ import static org.junit.Assert.assertFalse;
 import static org.junit.Assert.assertTrue;
 import static org.mockito.Mockito.doReturn;
 import static org.mockito.Mockito.never;
-import static org.mockito.Mockito.times;
 import static org.mockito.Mockito.verify;
 
 import java.io.IOException;