You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by kw...@apache.org on 2019/02/25 14:48:08 UTC

[lucene-solr] branch branch_8x updated: LUCENE-8696: Fix precommit objections

This is an automated email from the ASF dual-hosted git repository.

kwright pushed a commit to branch branch_8x
in repository https://gitbox.apache.org/repos/asf/lucene-solr.git


The following commit(s) were added to refs/heads/branch_8x by this push:
     new e7e5798  LUCENE-8696: Fix precommit objections
e7e5798 is described below

commit e7e5798792e89eea2c04dc61a2ee034a9e393984
Author: Karl Wright <Da...@gmail.com>
AuthorDate: Mon Feb 25 09:46:53 2019 -0500

    LUCENE-8696: Fix precommit objections
---
 .../src/test/org/apache/lucene/spatial3d/geom/GeoPathTest.java         | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/lucene/spatial3d/src/test/org/apache/lucene/spatial3d/geom/GeoPathTest.java b/lucene/spatial3d/src/test/org/apache/lucene/spatial3d/geom/GeoPathTest.java
index c33bb5f..27f83a1 100755
--- a/lucene/spatial3d/src/test/org/apache/lucene/spatial3d/geom/GeoPathTest.java
+++ b/lucene/spatial3d/src/test/org/apache/lucene/spatial3d/geom/GeoPathTest.java
@@ -19,9 +19,6 @@ package org.apache.lucene.spatial3d.geom;
 import org.junit.Test;
 
 import static org.apache.lucene.util.SloppyMath.toRadians;
-import static org.junit.Assert.assertEquals;
-import static org.junit.Assert.assertFalse;
-import static org.junit.Assert.assertTrue;
 
 import org.apache.lucene.util.LuceneTestCase;