We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50d97ca commit f9bc6b9Copy full SHA for f9bc6b9
1 file changed
src/main/java/org/apache/commons/io/output/ByteArrayOutputStream.java
@@ -40,7 +40,7 @@
40
* this class can be called after the stream has been closed without
41
* generating an <tt>IOException</tt>.
42
* <p>
43
- * This is an alternative implementation of the java.io.ByteArrayOutputStream
+ * This is an alternative implementation of the {@link java.io.ByteArrayOutputStream}
44
* class. The original implementation only allocates 32 bytes at the beginning.
45
* As this class is designed for heavy duty it starts at 1024 bytes. In contrast
46
* to the original it doesn't reallocate the whole memory block but allocates
0 commit comments