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 54fc814a3 Javadoc
54fc814a3 is described below

commit 54fc814a34234deaed5ec3b4e80495a82289700f
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Sat Dec 7 17:37:54 2024 -0500

    Javadoc
---
 src/main/java/org/apache/commons/compress/archivers/zip/ZipFile.java | 3 +++
 1 file changed, 3 insertions(+)

diff --git 
a/src/main/java/org/apache/commons/compress/archivers/zip/ZipFile.java 
b/src/main/java/org/apache/commons/compress/archivers/zip/ZipFile.java
index 64f9fc520..ec5b8268d 100644
--- a/src/main/java/org/apache/commons/compress/archivers/zip/ZipFile.java
+++ b/src/main/java/org/apache/commons/compress/archivers/zip/ZipFile.java
@@ -134,6 +134,9 @@ public class ZipFile implements Closeable {
         private boolean ignoreLocalFileHeader;
         private long maxNumberOfDisks = 1;
 
+        /**
+         * Constructs a new instance.
+         */
         public Builder() {
             setCharset(DEFAULT_CHARSET);
             setCharsetDefault(DEFAULT_CHARSET);

Reply via email to