LUCENE-5736 - fixed test javadoc

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1638724 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Tommaso Teofili 2014-11-12 08:56:29 +00:00
parent 88f2ebd5d0
commit e698180451
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ import org.apache.lucene.util.BytesRef;
import org.junit.Test;
/**
* Testcase for {@link org.apache.lucene.classification.CachingNaiveBayesClassifier
* Testcase for {@link org.apache.lucene.classification.CachingNaiveBayesClassifier}
*/
public class CachingNaiveBayesClassifierTest extends ClassificationTestBase<BytesRef> {