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 e2ed862e7 Javadoc e2ed862e7 is described below commit e2ed862e7dc33228166a08a9e9c0d0a4140d2c70 Author: Gary D. Gregory <garydgreg...@gmail.com> AuthorDate: Sun Sep 28 07:51:36 2025 -0400 Javadoc --- src/main/java/org/apache/commons/compress/CompressException.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/apache/commons/compress/CompressException.java b/src/main/java/org/apache/commons/compress/CompressException.java index b1228500d..52b74b86e 100644 --- a/src/main/java/org/apache/commons/compress/CompressException.java +++ b/src/main/java/org/apache/commons/compress/CompressException.java @@ -27,7 +27,7 @@ import org.apache.commons.lang3.function.Suppliers; /** - * Signals that a Pack200 Compress exception of some sort has occurred. + * Signals that a Compress I/O exception of some sort has occurred. * * @since 1.28.0 */