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 565e215ac0b4faaa5914821bed722dbd025b74f4
Author: Gary Gregory <[email protected]>
AuthorDate: Wed May 3 08:51:45 2023 -0400

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

diff --git 
a/src/main/java/org/apache/commons/io/input/BufferedFileChannelInputStream.java 
b/src/main/java/org/apache/commons/io/input/BufferedFileChannelInputStream.java
index d6667f9f..72b8ff35 100644
--- 
a/src/main/java/org/apache/commons/io/input/BufferedFileChannelInputStream.java
+++ 
b/src/main/java/org/apache/commons/io/input/BufferedFileChannelInputStream.java
@@ -43,7 +43,7 @@ import org.apache.commons.io.output.DeferredFileOutputStream;
 public final class BufferedFileChannelInputStream extends InputStream {
 
     /**
-     * Builds a new {@link DeferredFileOutputStream} instance.
+     * Builds a new {@link BufferedFileChannelInputStream} instance.
      * <p>
      * Using File IO:
      * </p>

Reply via email to