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 4da6dc34e Javadoc
4da6dc34e is described below

commit 4da6dc34e259c2dd073f6d664c734b6a113f00c9
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Mon Jan 15 12:10:38 2024 -0500

    Javadoc
---
 .../org/apache/commons/compress/utils/BoundedArchiveInputStream.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/src/main/java/org/apache/commons/compress/utils/BoundedArchiveInputStream.java
 
b/src/main/java/org/apache/commons/compress/utils/BoundedArchiveInputStream.java
index a22683527..e35005202 100644
--- 
a/src/main/java/org/apache/commons/compress/utils/BoundedArchiveInputStream.java
+++ 
b/src/main/java/org/apache/commons/compress/utils/BoundedArchiveInputStream.java
@@ -87,7 +87,7 @@ public abstract class BoundedArchiveInputStream extends 
InputStream {
     }
 
     /**
-     * Read content of the stream into a {@link ByteBuffer}.
+     * Reads content of the stream into a {@link ByteBuffer}.
      *
      * @param pos position to start the read.
      * @param buf buffer to add the read content.

Reply via email to