Hi Han, I committed an even better fix for this, using the native javadocs linking instead of an HTML link. By that its automatically also correct in branch_4x (where the docs have to go to Java 6 SE javadocs).
Uwe ----- Uwe Schindler H.-H.-Meier-Allee 63, D-28213 Bremen http://www.thetaphi.de eMail: [email protected] > -----Original Message----- > From: [email protected] [mailto:[email protected]] > Sent: Saturday, December 07, 2013 11:34 AM > To: [email protected] > Subject: svn commit: r1548830 - > /lucene/dev/trunk/lucene/core/src/java/org/apache/lucene/store/SimpleF > SLockFactory.java > > Author: han > Date: Sat Dec 7 10:34:21 2013 > New Revision: 1548830 > > URL: http://svn.apache.org/r1548830 > Log: > broken link police > > Modified: > > lucene/dev/trunk/lucene/core/src/java/org/apache/lucene/store/SimpleFS > LockFactory.java > > Modified: > lucene/dev/trunk/lucene/core/src/java/org/apache/lucene/store/SimpleFS > LockFactory.java > URL: > http://svn.apache.org/viewvc/lucene/dev/trunk/lucene/core/src/java/org/ > apache/lucene/store/SimpleFSLockFactory.java?rev=1548830&r1=1548829&r > 2=1548830&view=diff > ========================================================== > ==================== > --- > lucene/dev/trunk/lucene/core/src/java/org/apache/lucene/store/SimpleFS > LockFactory.java (original) > +++ > lucene/dev/trunk/lucene/core/src/java/org/apache/lucene/store/SimpleFS > LockFactory.java Sat Dec 7 10:34:21 2013 > @@ -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#createNew > File()">javadocs > + * > href="http://docs.oracle.com/javase/7/docs/api/java/io/File.html#createNe > wFile()">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" --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
