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:
Michael McCandless 2008-09-19 14:45:33 +00:00
parent 28bc234edc
commit 7987b38f46
1 changed files with 1 additions and 1 deletions

View File

@ -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