ChrisHegarty commented on code in PR #13574: URL: https://github.com/apache/lucene/pull/13574#discussion_r1679257142
########## lucene/core/src/java/org/apache/lucene/store/Directory.java: ########## @@ -172,12 +172,12 @@ public ChecksumIndexInput openChecksumInput(String name) throws IOException { /** * Copies an existing {@code src} file from directory {@code from} to a non-existent file {@code - * dest} in this directory. + * dest} in this directory. The source file will be opened with {@link IOContext#READONCE} Review Comment: Rethinking this, Maybe we can drop the javadoc change, it's an implementation detail. -- 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