mirror of https://github.com/apache/lucene.git
fix javadocs
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1182127 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
24327b0b8a
commit
b6479fc838
|
@ -93,7 +93,7 @@ public abstract class DocValuesConsumer {
|
|||
* @param mergeState
|
||||
* the state to merge
|
||||
* @param docValues docValues array containing one instance per reader (
|
||||
* {@link MergeState#readers}) or <code>null</code> if the reader has
|
||||
* {@link org.apache.lucene.index.codecs.MergeState#readers}) or <code>null</code> if the reader has
|
||||
* no {@link IndexDocValues} instance.
|
||||
* @throws IOException
|
||||
* if an {@link IOException} occurs
|
||||
|
|
Loading…
Reference in New Issue