6977887: (doc) Java 6 API missing info about encoding parameter in storeToXML method

Reviewed-by: sherman
This commit is contained in:
Mandy Chung 2010-09-01 17:37:45 -07:00
parent 080f83060e
commit 1cef1a3806

View File

@ -912,9 +912,13 @@ class Properties extends Hashtable<Object,Object> {
*
* <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>,