This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-io.git


The following commit(s) were added to refs/heads/master by this push:
     new 774841f3d Javadoc
     new 809c173c6 Merge branch 'master' of 
https://github.com/apache/commons-io.git
774841f3d is described below

commit 774841f3dee4d650387e3c33db8899042ba26ede
Author: Gary D. Gregory <[email protected]>
AuthorDate: Mon Aug 25 17:07:55 2025 -0400

    Javadoc
---
 .../java/org/apache/commons/io/output/ByteArrayOutputStreamTest.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/src/test/java/org/apache/commons/io/output/ByteArrayOutputStreamTest.java 
b/src/test/java/org/apache/commons/io/output/ByteArrayOutputStreamTest.java
index 99b465055..fa19ba2a4 100644
--- a/src/test/java/org/apache/commons/io/output/ByteArrayOutputStreamTest.java
+++ b/src/test/java/org/apache/commons/io/output/ByteArrayOutputStreamTest.java
@@ -43,7 +43,7 @@
 import org.junit.jupiter.params.provider.MethodSource;
 
 /**
- * Tests the alternative ByteArrayOutputStream implementations.
+ * Tests the alternative {@link ByteArrayOutputStream} implementations.
  */
 class ByteArrayOutputStreamTest {
 

Reply via email to