remove noise

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene4335@1506351 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Robert Muir 2013-07-23 22:46:06 +00:00
parent 58e4ab930b
commit 9fedb1a349
6 changed files with 8 additions and 5 deletions

View File

@ -98,6 +98,9 @@
<replaceregexp file="@{dir}/@{name}.java"
match="/\*\*\s*\*\s*Creates a new scanner\..*this\(new java\.io\.InputStreamReader\(in\)\);\s*\}"
replace="" flags="sg"/>
<replaceregexp file="@{dir}/@{name}.java"
match="\/\*\s*The following code was generated by JFlex.*"
replace="\/\* The following code was generated by JFlex. \*\/" flags=""/>
</sequential>
</macrodef>

View File

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

View File

@ -1,4 +1,4 @@
/* The following code was generated by JFlex 1.5.0-SNAPSHOT on 7/23/13 6:37 PM */
/* The following code was generated by JFlex. */
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 6:37 PM */
/* The following code was generated by JFlex. */
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 6:37 PM */
/* The following code was generated by JFlex. */
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 6:37 PM */
/* The following code was generated by JFlex. */
package org.apache.lucene.analysis.wikipedia;