6875861: javadoc build warning on java.util.Properites from unconventional @see ordering

Reviewed-by: martin
This commit is contained in:
Joe Darcy 2009-08-25 18:58:26 -07:00
parent 71cf18b3e2
commit a6f341dfc9

View File

@ -101,12 +101,12 @@ import java.io.BufferedWriter;
* <!ATTLIST entry key CDATA #REQUIRED> * <!ATTLIST entry key CDATA #REQUIRED>
* </pre> * </pre>
* *
* @see <a href="../../../technotes/tools/solaris/native2ascii.html">native2ascii tool for Solaris</a>
* @see <a href="../../../technotes/tools/windows/native2ascii.html">native2ascii tool for Windows</a>
*
* <p>This class is thread-safe: multiple threads can share a single * <p>This class is thread-safe: multiple threads can share a single
* <tt>Properties</tt> object without the need for external synchronization. * <tt>Properties</tt> object without the need for external synchronization.
* *
* @see <a href="../../../technotes/tools/solaris/native2ascii.html">native2ascii tool for Solaris</a>
* @see <a href="../../../technotes/tools/windows/native2ascii.html">native2ascii tool for Windows</a>
*
* @author Arthur van Hoff * @author Arthur van Hoff
* @author Michael McCloskey * @author Michael McCloskey
* @author Xueming Shen * @author Xueming Shen