You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ds...@apache.org on 2018/04/05 20:53:57 UTC

lucene-solr:master: LUCENE-8239: remove unused import of @Ignore

Repository: lucene-solr
Updated Branches:
  refs/heads/master 9009fe637 -> aba793def


LUCENE-8239: remove unused import of @Ignore


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

Branch: refs/heads/master
Commit: aba793def66628407f18979ff7c079e638724e97
Parents: 9009fe6
Author: broustant <br...@salesforce.com>
Authored: Thu Apr 5 16:53:42 2018 -0400
Committer: David Smiley <ds...@apache.org>
Committed: Thu Apr 5 16:53:42 2018 -0400

----------------------------------------------------------------------
 .../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/aba793de/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 ee15ec4..581112d 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
@@ -21,7 +21,6 @@ import java.util.List;
 import java.util.BitSet;
 import java.util.Collections;
 
-import org.junit.Ignore;
 import org.junit.Test;
 import static org.junit.Assert.assertEquals;
 import static org.junit.Assert.assertFalse;