From 37a067efdec3b8785baca9bf8b0882ee5bc8d45f Mon Sep 17 00:00:00 2001 From: Uwe Schindler Date: Sat, 7 Dec 2013 11:18:05 +0000 Subject: [PATCH] Better fix for the broken link using the native javadocs linking instead of HTML links: This makes the target of the link just work with compile version git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1548870 13f79535-47bb-0310-9956-ffa450edef68 --- .../java/org/apache/lucene/store/SimpleFSLockFactory.java | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/lucene/core/src/java/org/apache/lucene/store/SimpleFSLockFactory.java b/lucene/core/src/java/org/apache/lucene/store/SimpleFSLockFactory.java index 67f440bfb13..92f58935ec9 100644 --- a/lucene/core/src/java/org/apache/lucene/store/SimpleFSLockFactory.java +++ b/lucene/core/src/java/org/apache/lucene/store/SimpleFSLockFactory.java @@ -24,9 +24,8 @@ import java.io.IOException; *

Implements {@link LockFactory} using {@link * File#createNewFile()}.

* - *

NOTE: the javadocs - * for File.createNewFile contain a vague + *

NOTE: the {@linkplain File#createNewFile() javadocs + * for File.createNewFile()} contain a vague * yet spooky warning about not using the API for file * locking. This warning was added due to this