iverase commented on code in PR #14213: URL: https://github.com/apache/lucene/pull/14213#discussion_r1952672292
########## lucene/core/src/java/org/apache/lucene/index/StoredFieldVisitor.java: ########## @@ -41,15 +40,17 @@ public abstract class StoredFieldVisitor { protected StoredFieldVisitor() {} /** - * Expert: Process a binary field directly from the {@link DataInput}. Implementors of this method - * must read {@code length} bytes from the given {@link DataInput}. The default implementation - * reads all byes in a newly created byte array and calls {@link #binaryField(FieldInfo, byte[])}. + * Expert: Process a binary field directly from the {@link StoredFieldDataInput}. Implementors of + * this method must read {@code StoredFieldDataInput#length} bytes from the given {@link + * StoredFieldDataInput}. The default implementation reads all byes in a newly created byte array Review Comment: it is an existing typo. ```suggestion * StoredFieldDataInput}. The default implementation reads all bytes in a newly created byte array ``` -- 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