From 6b6927ea6fc6fa4c338716d7dd5a12f5799e7db2 Mon Sep 17 00:00:00 2001 From: Christine Poerschke Date: Tue, 13 Feb 2018 17:36:48 +0000 Subject: [PATCH] LUCENE-8171: Remove unused import. --- .../test/org/apache/lucene/spatial3d/geom/RandomPlaneTest.java | 1 - 1 file changed, 1 deletion(-) diff --git a/lucene/spatial3d/src/test/org/apache/lucene/spatial3d/geom/RandomPlaneTest.java b/lucene/spatial3d/src/test/org/apache/lucene/spatial3d/geom/RandomPlaneTest.java index d7828bddceb..70167657146 100644 --- a/lucene/spatial3d/src/test/org/apache/lucene/spatial3d/geom/RandomPlaneTest.java +++ b/lucene/spatial3d/src/test/org/apache/lucene/spatial3d/geom/RandomPlaneTest.java @@ -22,7 +22,6 @@ import java.util.List; import com.carrotsearch.randomizedtesting.annotations.Repeat; import org.junit.Test; -import org.junit.Ignore; /** * Random test for planes.