# HG changeset patch # User mchung # Date 1283387865 25200 # Node ID 3b995fa42e90adf266489f9df98b9f3cb85e0c63 # Parent 0e7cf575332e8120f3cd4c0738e61b25baf2b1d1 6977887: (doc) Java 6 API missing info about encoding parameter in storeToXML method Reviewed-by: sherman diff -r 0e7cf575332e -r 3b995fa42e90 jdk/src/share/classes/java/util/Properties.java --- a/jdk/src/share/classes/java/util/Properties.java Wed Sep 01 09:45:08 2010 -0700 +++ b/jdk/src/share/classes/java/util/Properties.java Wed Sep 01 17:37:45 2010 -0700 @@ -912,9 +912,13 @@ * *
The specified stream remains open after this method returns.
*
- * @param os the output stream on which to emit the XML document.
- * @param comment a description of the property list, or null
- * if no comment is desired.
+ * @param os the output stream on which to emit the XML document.
+ * @param comment a description of the property list, or null
+ * if no comment is desired.
+ * @param encoding the name of a supported
+ *
+ * character encoding
+ *
* @throws IOException if writing to the specified output stream
* results in an IOException.
* @throws NullPointerException if os
is null
,