From b78d980097d41e48acbecbe305794103df119190 Mon Sep 17 00:00:00 2001 From: Shalin Shekhar Mangar Date: Fri, 30 Mar 2018 16:54:44 +0530 Subject: [PATCH] LUCENE-8227: Remove unused import to make precommit happy --- .../test/org/apache/lucene/spatial3d/geom/GeoPolygonTest.java | 1 - 1 file changed, 1 deletion(-) 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 65659b3accd..45f297f473d 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;