LUCENE-8920: precommit errors

This commit is contained in:
noble 2019-07-31 18:36:40 +10:00 committed by Adrien Grand
parent e97380ad20
commit 010fb0b994
1 changed files with 0 additions and 3 deletions

View File

@ -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 {