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 c2b043d7c Fix Javadoc typo
c2b043d7c is described below

commit c2b043d7c0cc6b871820fa8eca91671c6283bba3
Author: Gary Gregory <[email protected]>
AuthorDate: Tue Apr 7 08:05:45 2026 -0400

    Fix Javadoc typo
---
 src/main/java/org/apache/commons/compress/archivers/zip/UnixStat.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/src/main/java/org/apache/commons/compress/archivers/zip/UnixStat.java 
b/src/main/java/org/apache/commons/compress/archivers/zip/UnixStat.java
index d4c75d96d..1f869bba2 100644
--- a/src/main/java/org/apache/commons/compress/archivers/zip/UnixStat.java
+++ b/src/main/java/org/apache/commons/compress/archivers/zip/UnixStat.java
@@ -21,7 +21,7 @@
 /**
  * Constants from stat.h on Unix systems.
  * <p>
- * TODO This will be an class in 2.0.
+ * TODO This will be a class in 2.0.
  * </p>
  */
 // CheckStyle:InterfaceIsTypeCheck OFF - backward compatible

Reply via email to