rmuir commented on code in PR #12116: URL: https://github.com/apache/lucene/pull/12116#discussion_r1094948838
########## lucene/core/src/java/org/apache/lucene/codecs/StoredFieldsWriter.java: ########## @@ -104,9 +113,9 @@ public int nextDoc() { /** * Merges in the stored fields from the readers in <code>mergeState</code>. The default * implementation skips over deleted documents, and uses {@link #startDocument()}, {@link - * #writeField(FieldInfo, IndexableField)}, and {@link #finish(int)}, returning the number of - * documents that were written. Implementations can override this method for more sophisticated - * merging (bulk-byte copying, etc). + * #writeField}, and {@link #finish(int)}, returning the number of documents that were written. Review Comment: one last ambiguous `@link` that might better be `@code` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org