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
This commit is contained in:
Uwe Schindler 2013-12-07 11:18:05 +00:00
parent 0baa424980
commit 37a067efde
1 changed files with 2 additions and 3 deletions

View File

@ -24,9 +24,8 @@ import java.io.IOException;
* <p>Implements {@link LockFactory} using {@link
* File#createNewFile()}.</p>
*
* <p><b>NOTE:</b> the <a target="_top"
* href="http://docs.oracle.com/javase/7/docs/api/java/io/File.html#createNewFile()">javadocs
* for <code>File.createNewFile</code></a> contain a vague
* <p><b>NOTE:</b> the {@linkplain File#createNewFile() javadocs
* for <code>File.createNewFile()</code>} contain a vague
* yet spooky warning about not using the API for file
* locking. This warning was added due to <a target="_top"
* href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4676183">this