jdk/src/share/classes/java/util/Properties.java
changeset 3705 6d494ca143b8
parent 2 90ce3da70b43
child 5506 202f599c92aa
--- 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