--- old/src/share/classes/java/util/Properties.java 2014-04-18 06:24:40.884952815 -0700 +++ new/src/share/classes/java/util/Properties.java 2014-04-18 06:24:40.724951722 -0700 @@ -754,7 +754,6 @@ *

* After the entries have been written, the output stream is flushed. * The output stream remains open after this method returns. - *

* * @param writer an output character stream writer. * @param comments a description of the property list. @@ -802,7 +801,7 @@ *

* After the entries have been written, the output stream is flushed. * The output stream remains open after this method returns. - *

+ * * @param out an output stream. * @param comments a description of the property list. * @exception IOException if writing this property list to the specified