remove unused AttribSource import

git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@807824 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Mark Robert Miller 2009-08-25 22:00:13 +00:00
parent d0b93aa94c
commit cd1fd9768f
1 changed files with 0 additions and 1 deletions

View File

@ -23,7 +23,6 @@ import java.io.Reader;
import org.apache.lucene.analysis.tokenattributes.OffsetAttribute;
import org.apache.lucene.analysis.tokenattributes.TermAttribute;
import org.apache.lucene.util.AttributeSource;
import org.apache.lucene.util.AttributeSource.AttributeFactory;
/** An abstract base class for simple, character-oriented tokenizers.*/
public abstract class CharTokenizer extends Tokenizer {