Skip to content

Commit ed8253c

Browse files
committed
Javadoc
1 parent 58ef141 commit ed8253c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/org/apache/commons/io/output/AbstractByteArrayOutputStream.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -281,6 +281,7 @@ protected <T extends InputStream> InputStream toInputStream(final InputStreamCon
281281
* using the platform default charset.
282282
* @return the contents of the byte array as a String
283283
* @see java.io.ByteArrayOutputStream#toString()
284+
* @see Charset#defaultCharset()
284285
* @deprecated Use {@link #toString(String)} instead
285286
*/
286287
@Override

0 commit comments

Comments
 (0)