mirror of https://github.com/apache/lucene.git
LUCENE-8920: precommit errors
This commit is contained in:
parent
e97380ad20
commit
010fb0b994
|
@ -20,10 +20,8 @@ import java.nio.file.Files;
|
|||
import java.nio.file.Paths;
|
||||
import java.util.ArrayList;
|
||||
import java.util.Arrays;
|
||||
import java.util.Collections;
|
||||
import java.util.List;
|
||||
import java.util.Locale;
|
||||
import java.util.stream.Collectors;
|
||||
|
||||
import org.apache.lucene.store.ByteArrayDataInput;
|
||||
import org.apache.lucene.store.DataInput;
|
||||
|
@ -31,7 +29,6 @@ import org.apache.lucene.util.BytesRef;
|
|||
import org.apache.lucene.util.IntsRefBuilder;
|
||||
import org.apache.lucene.util.LuceneTestCase;
|
||||
|
||||
import org.junit.Before;
|
||||
|
||||
public class TestFstDirect extends LuceneTestCase {
|
||||
|
||||
|
|
Loading…
Reference in New Issue