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

commit ad42f9b1c074f6d12bfc59339423eee488d42833
Author: Gary D. Gregory <garydgreg...@gmail.com>
AuthorDate: Fri Apr 25 09:06:00 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 2ae933edb..46d1db19c 100644
--- a/src/main/java/org/apache/commons/compress/CompressException.java
+++ b/src/main/java/org/apache/commons/compress/CompressException.java
@@ -25,7 +25,7 @@
 import org.apache.commons.lang3.function.Suppliers;
 
 /**
- * Signals that an Compress exception of some sort has occurred.
+ * Signals that a Pack200 Compress exception of some sort has occurred.
  *
  * @since 1.28.0
  */

Reply via email to