changeset 2877:b200263f1b68

6977887: (doc) Java 6 API missing info about encoding parameter in storeToXML method Reviewed-by: sherman
author mchung
date Wed, 01 Sep 2010 17:37:45 -0700
parents bb8f48e1e042
children b790c1ecee19 80a8742483bf 174916d435c9
files src/share/classes/java/util/Properties.java
diffstat 1 files changed, 7 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/src/share/classes/java/util/Properties.java	Wed Sep 01 09:45:08 2010 -0700
+++ b/src/share/classes/java/util/Properties.java	Wed Sep 01 17:37:45 2010 -0700
@@ -912,9 +912,13 @@
      *
      * <p>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 <code>null</code>
-     *        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 <code>null</code>
+     *                  if no comment is desired.
+     * @param  encoding the name of a supported
+     *                  <a href="../lang/package-summary.html#charenc">
+     *                  character encoding</a>
+     *
      * @throws IOException if writing to the specified output stream
      *         results in an <tt>IOException</tt>.
      * @throws NullPointerException if <code>os</code> is <code>null</code>,