rmuir commented on code in PR #13146: URL: https://github.com/apache/lucene/pull/13146#discussion_r1507968465
########## lucene/core/src/java/org/apache/lucene/store/FSDirectory.java: ########## @@ -157,7 +157,7 @@ public static FSDirectory open(Path path) throws IOException { /** Just like {@link #open(Path)}, but allows you to also specify a custom {@link LockFactory}. */ public static FSDirectory open(Path path, LockFactory lockFactory) throws IOException { Review Comment: FYI: there are still some references to the unmap-hack in the class javadocs of this file. It's gotta feel great nuking these warnings :) -- 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