fix javadocs

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene5611@1590783 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Robert Muir 2014-04-28 20:36:09 +00:00
parent e7b59c5a21
commit 48e9fa5e60
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ import org.apache.lucene.index.AtomicReader;
* <p>
* <ol>
* <li>For every document, {@link #startDocument()} is called,
* informing the Codec how many fields will be written.
* informing the Codec that a new document has started.
* <li>{@link #writeField(FieldInfo, StorableField)} is called for
* each field in the document.
* <li>After all documents have been written, {@link #finish(FieldInfos, int)}