6875861: javadoc build warning on java.util.Properites from unconventional @see ordering
Reviewed-by: martin
--- a/jdk/src/share/classes/java/util/Properties.java Tue Aug 25 15:14:53 2009 -0700
+++ b/jdk/src/share/classes/java/util/Properties.java Tue Aug 25 18:58:26 2009 -0700
@@ -101,12 +101,12 @@
* <!ATTLIST entry key CDATA #REQUIRED>
* </pre>
*
+ * <p>This class is thread-safe: multiple threads can share a single
+ * <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>
*
- * <p>This class is thread-safe: multiple threads can share a single
- * <tt>Properties</tt> object without the need for external synchronization.
- *
* @author Arthur van Hoff
* @author Michael McCloskey
* @author Xueming Shen