updated javadoc author

Former-commit-id: b4904e00c4cf2077ff02386dd75aced6b69370b5
This commit is contained in:
Jeremy Long
2015-04-05 09:21:30 -04:00
parent 7f90160936
commit 7bce7691e4

View File

@@ -32,7 +32,7 @@ import org.apache.lucene.util.Version;
* A Lucene Analyzer that utilizes the WhitespaceTokenizer, WordDelimiterFilter, LowerCaseFilter, and StopFilter. The intended
* purpose of this Analyzer is to index the CPE fields vendor and product.</p>
*
* @author Jeremy Long <jeremy.long@owasp.org>
* @author Jeremy Long
*/
public class FieldAnalyzer extends Analyzer {