add missing javadocs headers (so we dont get the jflex-generated one with paths and dates and timestamps)

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene4335@1506348 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Robert Muir 2013-07-23 22:37:56 +00:00
parent 78df698172
commit 58e4ab930b
8 changed files with 17 additions and 25 deletions

View File

@ -1,4 +1,4 @@
/* The following code was generated by JFlex 1.5.0-SNAPSHOT on 7/23/13 5:04 PM */
/* The following code was generated by JFlex 1.5.0-SNAPSHOT on 7/23/13 6:37 PM */
package org.apache.lucene.analysis.charfilter;
@ -31,18 +31,11 @@ import org.apache.lucene.analysis.util.CharArrayMap;
import org.apache.lucene.analysis.util.CharArraySet;
import org.apache.lucene.analysis.util.OpenStringBuilder;
@SuppressWarnings("fallthrough")
/**
* A CharFilter that wraps another Reader and attempts to strip out HTML constructs.
*/
@SuppressWarnings("fallthrough")
/**
* This class is a scanner generated by
* <a href="http://www.jflex.de/">JFlex</a> 1.5.0-SNAPSHOT
* on 7/23/13 5:04 PM from the specification file
* <tt>/l/regenerate.4335/lucene/analysis/common/src/java/org/apache/lucene/analysis/charfilter/HTMLStripCharFilter.jflex</tt>
*/
public final class HTMLStripCharFilter extends BaseCharFilter {
/** This character denotes the end of file */

View File

@ -29,11 +29,10 @@ import org.apache.lucene.analysis.util.CharArrayMap;
import org.apache.lucene.analysis.util.CharArraySet;
import org.apache.lucene.analysis.util.OpenStringBuilder;
@SuppressWarnings("fallthrough")
/**
* A CharFilter that wraps another Reader and attempts to strip out HTML constructs.
*/
@SuppressWarnings("fallthrough")
%%
%unicode 6.1

View File

@ -1,4 +1,4 @@
/* The following code was generated by JFlex 1.5.0-SNAPSHOT on 7/23/13 5:04 PM */
/* The following code was generated by JFlex 1.5.0-SNAPSHOT on 7/23/13 6:37 PM */
package org.apache.lucene.analysis.standard;
@ -29,13 +29,10 @@ WARNING: if you change ClassicTokenizerImpl.jflex and need to regenerate
import java.io.Reader;
import org.apache.lucene.analysis.tokenattributes.CharTermAttribute;
/**
* This class is a scanner generated by
* <a href="http://www.jflex.de/">JFlex</a> 1.5.0-SNAPSHOT
* on 7/23/13 5:04 PM from the specification file
* <tt>/l/regenerate.4335/lucene/analysis/common/src/java/org/apache/lucene/analysis/standard/ClassicTokenizerImpl.jflex</tt>
* This class implements the classic lucene StandardTokenizer up until 3.0
*/
class ClassicTokenizerImpl implements StandardTokenizerInterface {
/** This character denotes the end of file */

View File

@ -27,6 +27,9 @@ WARNING: if you change ClassicTokenizerImpl.jflex and need to regenerate
import java.io.Reader;
import org.apache.lucene.analysis.tokenattributes.CharTermAttribute;
/**
* This class implements the classic lucene StandardTokenizer up until 3.0
*/
%%
%class ClassicTokenizerImpl

View File

@ -1,4 +1,4 @@
/* The following code was generated by JFlex 1.5.0-SNAPSHOT on 7/23/13 5:04 PM */
/* The following code was generated by JFlex 1.5.0-SNAPSHOT on 7/23/13 6:37 PM */
package org.apache.lucene.analysis.standard;

View File

@ -1,4 +1,4 @@
/* The following code was generated by JFlex 1.5.0-SNAPSHOT on 7/23/13 5:04 PM */
/* The following code was generated by JFlex 1.5.0-SNAPSHOT on 7/23/13 6:37 PM */
package org.apache.lucene.analysis.standard;

View File

@ -1,4 +1,4 @@
/* The following code was generated by JFlex 1.5.0-SNAPSHOT on 7/23/13 5:04 PM */
/* The following code was generated by JFlex 1.5.0-SNAPSHOT on 7/23/13 6:37 PM */
package org.apache.lucene.analysis.wikipedia;
@ -21,13 +21,10 @@ package org.apache.lucene.analysis.wikipedia;
import org.apache.lucene.analysis.tokenattributes.CharTermAttribute;
/**
* This class is a scanner generated by
* <a href="http://www.jflex.de/">JFlex</a> 1.5.0-SNAPSHOT
* on 7/23/13 5:04 PM from the specification file
* <tt>/l/regenerate.4335/lucene/analysis/common/src/java/org/apache/lucene/analysis/wikipedia/WikipediaTokenizerImpl.jflex</tt>
* JFlex-generated tokenizer that is aware of Wikipedia syntax.
*/
class WikipediaTokenizerImpl {
/** This character denotes the end of file */

View File

@ -19,6 +19,9 @@ package org.apache.lucene.analysis.wikipedia;
import org.apache.lucene.analysis.tokenattributes.CharTermAttribute;
/**
* JFlex-generated tokenizer that is aware of Wikipedia syntax.
*/
%%
%class WikipediaTokenizerImpl