--- old/src/share/classes/java/util/Properties.java 2009-08-25 18:44:26.000000000 -0700 +++ new/src/share/classes/java/util/Properties.java 2009-08-25 18:44:26.000000000 -0700 @@ -101,12 +101,12 @@ * <!ATTLIST entry key CDATA #REQUIRED> * * - * @see native2ascii tool for Solaris - * @see native2ascii tool for Windows - * *

This class is thread-safe: multiple threads can share a single * Properties object without the need for external synchronization. * + * @see native2ascii tool for Solaris + * @see native2ascii tool for Windows + * * @author Arthur van Hoff * @author Michael McCloskey * @author Xueming Shen