uschindler commented on code in PR #13146:
URL: https://github.com/apache/lucene/pull/13146#discussion_r1508002837


##########
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:
   Fixed in 0f146ac7309f85e149c5757dd83b59f6a1d26f93. Thanks Robert!



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