mirror of https://github.com/apache/lucene.git
remove unused import statement
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150520 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
4c5f926cbd
commit
6333405ab9
|
@ -16,8 +16,6 @@ package org.apache.lucene.store;
|
|||
* limitations under the License.
|
||||
*/
|
||||
|
||||
import java.io.IOException;
|
||||
|
||||
/** @deprecated Use {@link IndexInput} or {@link BufferedIndexInput} instead.*/
|
||||
public abstract class InputStream extends BufferedIndexInput {
|
||||
|
||||
|
|
Loading…
Reference in New Issue