LUCENE-5699 - added missing javadoc for atomic reader

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1620122 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Tommaso Teofili 2014-08-24 11:44:30 +00:00
parent 50c03e09ef
commit 985a2eb18d
1 changed files with 2 additions and 1 deletions

View File

@ -48,7 +48,8 @@ import org.apache.lucene.util.BytesRef;
public class SimpleNaiveBayesClassifier implements Classifier<BytesRef> { public class SimpleNaiveBayesClassifier implements Classifier<BytesRef> {
/** /**
* * {@link org.apache.lucene.index.AtomicReader} used to access the {@link org.apache.lucene.classification.Classifier}'s
* index
*/ */
protected AtomicReader atomicReader; protected AtomicReader atomicReader;