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 a7110a543 Javadoc
new e61cd62b2 Merge branch 'master' of
https://github.com/apache/commons-compress.git
a7110a543 is described below
commit a7110a5434939013ddeab240dadb539545225984
Author: Gary D. Gregory <[email protected]>
AuthorDate: Thu Jul 10 11:19:41 2025 -0400
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 f7759fa1e..2808964d9 100644
---
a/src/main/java/org/apache/commons/compress/utils/BoundedArchiveInputStream.java
+++
b/src/main/java/org/apache/commons/compress/utils/BoundedArchiveInputStream.java
@@ -23,7 +23,7 @@
import java.nio.ByteBuffer;
/**
- * NIO backed bounded input stream for reading a predefined amount of data
from.
+ * NIO backed bounded input stream for reading a predefined amount of data.
*
* @ThreadSafe this base class is thread safe but implementations must not be.
* @since 1.21