remove unused imports

git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150911 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Erik Hatcher 2004-01-06 01:17:37 +00:00
parent 0d17580231
commit 8ef9c42213
1 changed files with 0 additions and 2 deletions

View File

@ -55,8 +55,6 @@ package org.apache.lucene.misc;
*/
import org.apache.lucene.util.PriorityQueue;
import org.apache.lucene.store.Directory;
import org.apache.lucene.store.FSDirectory;
import org.apache.lucene.index.IndexReader;
import org.apache.lucene.index.Term;
import org.apache.lucene.index.TermEnum;