broken link police

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1548830 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Han Jiang 2013-12-07 10:34:21 +00:00
parent 60bc097a7a
commit 0baa424980
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ import java.io.IOException;
* File#createNewFile()}.</p>
*
* <p><b>NOTE:</b> the <a target="_top"
* href="http://java.sun.com/j2se/1.4.2/docs/api/java/io/File.html#createNewFile()">javadocs
* href="http://docs.oracle.com/javase/7/docs/api/java/io/File.html#createNewFile()">javadocs
* for <code>File.createNewFile</code></a> contain a vague
* yet spooky warning about not using the API for file
* locking. This warning was added due to <a target="_top"