fixed import issue caused by previous removal commit

git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150386 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Erik Hatcher 2004-08-02 23:33:24 +00:00
parent 16bca81ce7
commit 59c4fd80a7
2 changed files with 3 additions and 0 deletions

View File

@ -65,6 +65,8 @@ PARSER_BEGIN(StandardTokenizer)
package org.apache.lucene.analysis.standard;
import java.io.*;
/** A grammar-based tokenizer constructed with JavaCC.
*
* <p> This should be a good tokenizer for most European-language documents.

View File

@ -1,5 +1,6 @@
/* Generated By:JavaCC: Do not edit this line. StandardTokenizerTokenManager.java */
package org.apache.lucene.analysis.standard;
import java.io.*;
public class StandardTokenizerTokenManager implements StandardTokenizerConstants
{