rmuir commented on code in PR #12116: URL: https://github.com/apache/lucene/pull/12116#discussion_r1094948098
########## lucene/core/src/java/org/apache/lucene/codecs/StoredFieldsWriter.java: ########## @@ -57,17 +52,31 @@ public abstract class StoredFieldsWriter implements Closeable, Accountable { protected StoredFieldsWriter() {} /** - * Called before writing the stored fields of the document. {@link #writeField(FieldInfo, - * IndexableField)} will be called for each stored field. Note that this is called even if the - * document has no stored fields. + * Called before writing the stored fields of the document. {@link #writeField} will be called for Review Comment: similar here, i think `{@code` would be better -- 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