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:
Daniel Naber 2004-09-17 19:16:01 +00:00
parent 4c5f926cbd
commit 6333405ab9
1 changed files with 0 additions and 2 deletions

View File

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