You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by cp...@apache.org on 2018/02/13 18:13:06 UTC

[2/2] lucene-solr:branch_7x: LUCENE-8171: Remove unused import.

LUCENE-8171: Remove unused import.


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

Branch: refs/heads/branch_7x
Commit: 6c54f9f752bf4f01443e59a9f919d30268c7bd2c
Parents: 7a8809a
Author: Christine Poerschke <cp...@apache.org>
Authored: Tue Feb 13 17:36:48 2018 +0000
Committer: Christine Poerschke <cp...@apache.org>
Committed: Tue Feb 13 18:12:44 2018 +0000

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


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/6c54f9f7/lucene/spatial3d/src/test/org/apache/lucene/spatial3d/geom/RandomPlaneTest.java
----------------------------------------------------------------------
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 d7828bd..7016765 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.