Author: ggregory
Date: Wed Aug 3 14:32:38 2011
New Revision: 1153506
URL: http://svn.apache.org/viewvc?rev=1153506&view=rev
Log:
Javadoc.
Modified:
commons/proper/io/trunk/src/main/java/org/apache/commons/io/output/ByteArrayOutputStream.java
Modified:
commons/proper/io/trunk/src/main/java/org/apache/commons/io/output/ByteArrayOutputStream.java
URL:
http://svn.apache.org/viewvc/commons/proper/io/trunk/src/main/java/org/apache/commons/io/output/ByteArrayOutputStream.java?rev=1153506&r1=1153505&r2=1153506&view=diff
==============================================================================
---
commons/proper/io/trunk/src/main/java/org/apache/commons/io/output/ByteArrayOutputStream.java
(original)
+++
commons/proper/io/trunk/src/main/java/org/apache/commons/io/output/ByteArrayOutputStream.java
Wed Aug 3 14:32:38 2011
@@ -40,7 +40,7 @@ import org.apache.commons.io.input.Close
* this class can be called after the stream has been closed without
* generating an <tt>IOException</tt>.
* <p>
- * This is an alternative implementation of the java.io.ByteArrayOutputStream
+ * This is an alternative implementation of the {@link
java.io.ByteArrayOutputStream}
* class. The original implementation only allocates 32 bytes at the beginning.
* As this class is designed for heavy duty it starts at 1024 bytes. In
contrast
* to the original it doesn't reallocate the whole memory block but allocates