Skip to content

Commit e855f3b

Browse files
author
Niall Pemberton
committed
javadoc changes only
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/io/trunk@462773 13f79535-47bb-0310-9956-ffa450edef68
1 parent 7eab804 commit e855f3b

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/java/org/apache/commons/io/output/ByteArrayOutputStream.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,7 @@ public synchronized void reset() {
183183
}
184184

185185
/**
186+
* @param out The OutputStream to write to.
186187
* @exception IOException
187188
* if an I/O error occurs. In particular, an <code>IOException</code> is thrown if the output
188189
* stream is closed.
@@ -229,6 +230,8 @@ public String toString() {
229230
}
230231

231232
/**
233+
* @param enc The name of the character encoding
234+
* @return String converted from the byte array.
232235
* @exception UnsupportedEncodingException
233236
* If the named charset is not supported
234237
* @see java.io.ByteArrayOutputStream#toString(String)

0 commit comments

Comments
 (0)