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 2018/03/30 11:39:30 UTC

lucene-solr:branch_7x: LUCENE-8227: Remove unused import to make precommit happy

Repository: lucene-solr
Updated Branches:
  refs/heads/branch_7x acfa2d020 -> fb47c166b


LUCENE-8227: Remove unused import to make precommit happy

(cherry picked from commit b78d980)


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

Branch: refs/heads/branch_7x
Commit: fb47c166b7976fe3e4c65150e348c5887f28319e
Parents: acfa2d0
Author: Shalin Shekhar Mangar <sh...@apache.org>
Authored: Fri Mar 30 16:54:44 2018 +0530
Committer: Shalin Shekhar Mangar <sh...@apache.org>
Committed: Fri Mar 30 17:09:20 2018 +0530

----------------------------------------------------------------------
 .../src/test/org/apache/lucene/spatial3d/geom/GeoPolygonTest.java   | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/fb47c166/lucene/spatial3d/src/test/org/apache/lucene/spatial3d/geom/GeoPolygonTest.java
----------------------------------------------------------------------
diff --git a/lucene/spatial3d/src/test/org/apache/lucene/spatial3d/geom/GeoPolygonTest.java b/lucene/spatial3d/src/test/org/apache/lucene/spatial3d/geom/GeoPolygonTest.java
index 65659b3..45f297f 100755
--- a/lucene/spatial3d/src/test/org/apache/lucene/spatial3d/geom/GeoPolygonTest.java
+++ b/lucene/spatial3d/src/test/org/apache/lucene/spatial3d/geom/GeoPolygonTest.java
@@ -22,7 +22,6 @@ import java.util.BitSet;
 import java.util.Collections;
 
 import org.junit.Test;
-import org.junit.Ignore;
 import static org.junit.Assert.assertEquals;
 import static org.junit.Assert.assertFalse;
 import static org.junit.Assert.assertTrue;