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

commit 729821571aac3b88966cade2a8814272423ddf17
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Wed Aug 7 10:14:40 2024 -0400

    Javadoc
---
 src/test/java/org/apache/commons/io/input/AbstractInputStreamTest.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/src/test/java/org/apache/commons/io/input/AbstractInputStreamTest.java 
b/src/test/java/org/apache/commons/io/input/AbstractInputStreamTest.java
index b240ab303..b5e652895 100644
--- a/src/test/java/org/apache/commons/io/input/AbstractInputStreamTest.java
+++ b/src/test/java/org/apache/commons/io/input/AbstractInputStreamTest.java
@@ -32,7 +32,7 @@ import org.junit.jupiter.api.BeforeEach;
 import org.junit.jupiter.api.Test;
 
 /**
- * Tests functionality of {@link BufferedFileChannelInputStream}.
+ * Tests {@link InputStream} subclasses.
  * <p>
  * This class was ported and adapted from Apache Spark commit 
933dc6cb7b3de1d8ccaf73d124d6eb95b947ed19 where it was
  * called {@code GenericFileInputStreamSuite}.

Reply via email to