import cleanup

git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150577 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Daniel Naber 2004-10-06 21:02:26 +00:00
parent c37a40f444
commit 32879aea8d
2 changed files with 0 additions and 3 deletions

View File

@ -20,7 +20,6 @@ import org.apache.lucene.index.IndexReader;
import org.apache.lucene.index.Term;
import org.apache.lucene.index.TermDocs;
import org.apache.lucene.index.TermEnum;
import org.apache.lucene.search.FieldCache.StringIndex;
import java.io.IOException;
import java.util.Map;

View File

@ -16,8 +16,6 @@ package org.apache.lucene.store;
* limitations under the License.
*/
import java.io.IOException;
/** @deprecated Use {@link IndexOutput} or {@link BufferedIndexOutput}
* instead.*/
public abstract class OutputStream extends BufferedIndexOutput {