mirror of https://github.com/apache/lucene.git
remove unused imports
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1375498 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
03003209b4
commit
12167b5414
|
@ -26,7 +26,6 @@ import java.io.IOException;
|
|||
import org.apache.lucene.codecs.sep.IntIndexInput;
|
||||
import org.apache.lucene.store.DataInput;
|
||||
import org.apache.lucene.store.IndexInput;
|
||||
import org.apache.lucene.util.IntsRef;
|
||||
|
||||
/** Abstract base class that reads fixed-size blocks of ints
|
||||
* from an IndexInput. While this is a simple approach, a
|
||||
|
|
|
@ -26,7 +26,6 @@ import java.io.IOException;
|
|||
import org.apache.lucene.codecs.sep.IntIndexInput;
|
||||
import org.apache.lucene.store.DataInput;
|
||||
import org.apache.lucene.store.IndexInput;
|
||||
import org.apache.lucene.util.IntsRef;
|
||||
|
||||
// TODO: much of this can be shared code w/ the fixed case
|
||||
|
||||
|
|
|
@ -21,7 +21,6 @@ import java.io.Closeable;
|
|||
import java.io.IOException;
|
||||
|
||||
import org.apache.lucene.store.DataInput;
|
||||
import org.apache.lucene.util.IntsRef;
|
||||
|
||||
/** Defines basic API for writing ints to an IndexOutput.
|
||||
* IntBlockCodec interacts with this API. @see
|
||||
|
|
Loading…
Reference in New Issue