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/04/02 07:38:03 UTC

[16/34] lucene-solr:jira/solr-12095: LUCENE-8227: Remove unused import to make precommit happy

LUCENE-8227: Remove unused import to make precommit happy


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

Branch: refs/heads/jira/solr-12095
Commit: b78d980097d41e48acbecbe305794103df119190
Parents: 83cca5c
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 16:54:44 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/b78d9800/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;