mirror of https://github.com/apache/lucene.git
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:
parent
58e4ab930b
commit
9fedb1a349
|
@ -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>
|
||||
|
||||
|
|
|
@ -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;
|
||||
|
||||
|
|
|
@ -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;
|
||||
|
||||
|
|
|
@ -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;
|
||||
|
||||
|
|
|
@ -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;
|
||||
|
||||
|
|
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue