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-compress.git


The following commit(s) were added to refs/heads/master by this push:
     new 7677efbe1 Javadoc
7677efbe1 is described below

commit 7677efbe13273d07ac1361f5303080bcb9f03854
Author: Gary Gregory <[email protected]>
AuthorDate: Tue Apr 7 18:49:50 2026 -0400

    Javadoc
---
 src/main/java/org/apache/commons/compress/utils/IOUtils.java | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/main/java/org/apache/commons/compress/utils/IOUtils.java 
b/src/main/java/org/apache/commons/compress/utils/IOUtils.java
index 9e922e7a8..6c08db5c7 100644
--- a/src/main/java/org/apache/commons/compress/utils/IOUtils.java
+++ b/src/main/java/org/apache/commons/compress/utils/IOUtils.java
@@ -218,7 +218,7 @@ public static void readFully(final ReadableByteChannel 
channel, final ByteBuffer
     }
 
     /**
-     * Gets part of the contents of an {@code InputStream} as a {@code byte[]}.
+     * Reads part of the contents of an {@code InputStream} as a {@code 
byte[]}.
      *
      * @param input the {@code InputStream} to read from.
      * @param length   maximum amount of bytes to copy.
@@ -234,7 +234,7 @@ public static byte[] readRange(final InputStream input, 
final int length) throws
     }
 
     /**
-     * Gets part of the contents of an {@code ReadableByteChannel} as a {@code 
byte[]}.
+     * Reads part of the contents of an {@code ReadableByteChannel} as a 
{@code byte[]}.
      *
      * @param input the {@code ReadableByteChannel} to read from.
      * @param length   maximum amount of bytes to copy.

Reply via email to