LUCENE-5699 - fixed javadoc

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1619933 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Tommaso Teofili 2014-08-22 21:16:49 +00:00
parent b7440ac9ea
commit ca74c147c6
1 changed files with 1 additions and 1 deletions

View File

@ -221,7 +221,7 @@ public class SimpleNaiveBayesClassifier implements Classifier<BytesRef> {
* tokenize a <code>String</code> on this classifier's text fields and analyzer
*
* @param doc the <code>String</code> representing an input text (to be classified)
* @return
* @return a <code>String</code> array of the resulting tokens
* @throws IOException
*/
protected String[] tokenizeDoc(String doc) throws IOException {