mirror of https://github.com/apache/lucene.git
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:
parent
88f2ebd5d0
commit
e698180451
|
@ -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> {
|
||||
|
||||
|
|
Loading…
Reference in New Issue