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 1ab186b36ccc46fa8073614ab5be0515be305a02
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Dec 21 18:01:16 2025 -0500

    Javadoc
---
 .../java/org/apache/commons/compress/archivers/zip/ZipArchiveEntry.java  | 1 +
 1 file changed, 1 insertion(+)

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 c47650c56..affd9554b 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
@@ -320,6 +320,7 @@ private static String toEntryName(final Path inputPath, 
final String entryName,
     private long time = -1;
 
     /**
+     * Constructs a new instance with an empty name.
      */
     protected ZipArchiveEntry() {
         this("");

Reply via email to