mirror of https://github.com/apache/lucene.git
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:
parent
16bca81ce7
commit
59c4fd80a7
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue