updated javadoc author

Former-commit-id: 4802729f76f07cedf9ea678822a7b884792ded9b
This commit is contained in:
Jeremy Long
2015-04-05 09:21:29 -04:00
parent 29a31476b1
commit f367ad7185

View File

@@ -24,7 +24,7 @@ import org.apache.lucene.util.Version;
/** /**
* Tokenizes the input breaking it into tokens when non-alpha/numeric characters are found. * Tokenizes the input breaking it into tokens when non-alpha/numeric characters are found.
* *
* @author Jeremy Long <jeremy.long@owasp.org> * @author Jeremy Long
*/ */
public class AlphaNumericTokenizer extends CharTokenizer { public class AlphaNumericTokenizer extends CharTokenizer {