mirror of https://github.com/apache/lucene.git
LUCENE-8245: fix unused import
This commit is contained in:
parent
7a57ca8c0d
commit
4f694d5c72
|
@ -24,8 +24,6 @@ import com.carrotsearch.randomizedtesting.annotations.Repeat;
|
||||||
import com.carrotsearch.randomizedtesting.generators.BiasedNumbers;
|
import com.carrotsearch.randomizedtesting.generators.BiasedNumbers;
|
||||||
import org.junit.Test;
|
import org.junit.Test;
|
||||||
|
|
||||||
import static com.carrotsearch.randomizedtesting.RandomizedTest.randomDouble;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Random test for polygons.
|
* Random test for polygons.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue