mirror of https://github.com/apache/lucene.git
LUCENE-1395: javadoc fix for SegmentMerger
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@697110 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
28bc234edc
commit
7987b38f46
|
@ -659,7 +659,7 @@ final class SegmentMerger {
|
|||
freqOutput.writeVInt(freq); // write frequency in doc
|
||||
}
|
||||
|
||||
/** See {@link DocumentWriter#writePostings(Posting[], String) for
|
||||
/** See {@link DocumentWriter#writePostings(Posting[], String)} for
|
||||
* documentation about the encoding of positions and payloads
|
||||
*/
|
||||
int lastPosition = 0; // write position deltas
|
||||
|
|
Loading…
Reference in New Issue