rmuir commented on code in PR #12116:
URL: https://github.com/apache/lucene/pull/12116#discussion_r1094947639


##########
lucene/core/src/java/org/apache/lucene/codecs/StoredFieldsWriter.java:
##########
@@ -43,7 +38,7 @@
  * <ol>
  *   <li>For every document, {@link #startDocument()} is called, informing the 
Codec that a new
  *       document has started.
- *   <li>{@link #writeField(FieldInfo, IndexableField)} is called for each 
field in the document.
+ *   <li>{@link #writeField} is called for each field in the document.

Review Comment:
   would maybe just change this to `{@code writeField}`. Not sure which one of 
the overloaded methods it links too now?



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

Reply via email to