mirror of https://github.com/apache/lucene.git
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:
parent
c37a40f444
commit
32879aea8d
|
@ -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;
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue