mirror of https://github.com/apache/lucene.git
LUCENE-8843: Fix precommit
This commit is contained in:
parent
50d65889df
commit
142a20bb0b
|
@ -18,7 +18,6 @@ package org.apache.lucene.util;
|
||||||
|
|
||||||
import java.io.BufferedReader;
|
import java.io.BufferedReader;
|
||||||
import java.io.Closeable;
|
import java.io.Closeable;
|
||||||
import java.io.FileNotFoundException;
|
|
||||||
import java.io.IOException;
|
import java.io.IOException;
|
||||||
import java.io.InputStream;
|
import java.io.InputStream;
|
||||||
import java.io.InputStreamReader;
|
import java.io.InputStreamReader;
|
||||||
|
|
Loading…
Reference in New Issue