Skip to content

Commit f9bc6b9

Browse files
committed
Javadoc.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/io/trunk@1153506 13f79535-47bb-0310-9956-ffa450edef68
1 parent 50d97ca commit f9bc6b9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
* this class can be called after the stream has been closed without
4141
* generating an <tt>IOException</tt>.
4242
* <p>
43-
* This is an alternative implementation of the java.io.ByteArrayOutputStream
43+
* This is an alternative implementation of the {@link java.io.ByteArrayOutputStream}
4444
* class. The original implementation only allocates 32 bytes at the beginning.
4545
* As this class is designed for heavy duty it starts at 1024 bytes. In contrast
4646
* to the original it doesn't reallocate the whole memory block but allocates

0 commit comments

Comments
 (0)