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 91dd15798 Javadoc
91dd15798 is described below
commit 91dd1579890f07c6cbd9e3f3d08c8e008dfe3fbe
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Mar 22 22:24:26 2026 -0700
Javadoc
---
.../java/org/apache/commons/compress/archivers/zip/ZipArchiveEntry.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/src/main/java/org/apache/commons/compress/archivers/zip/ZipArchiveEntry.java
b/src/main/java/org/apache/commons/compress/archivers/zip/ZipArchiveEntry.java
index 74e692798..cff1325cf 100644
---
a/src/main/java/org/apache/commons/compress/archivers/zip/ZipArchiveEntry.java
+++
b/src/main/java/org/apache/commons/compress/archivers/zip/ZipArchiveEntry.java
@@ -206,7 +206,7 @@ public ZipExtraField onUnparseableExtraField(final byte[]
data, final int off, f
}
/**
- * Indicates how the name of this entry has been determined.
+ * Enumerates how the name of this entry has been determined.
*
* @since 1.16
*/