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 1455e9e6c36631f93f93682ee2cd1f237b1510a4
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Wed Apr 9 16:41:56 2025 -0400

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

diff --git 
a/src/main/java/org/apache/commons/compress/archivers/zip/ZipArchiveInputStream.java
 
b/src/main/java/org/apache/commons/compress/archivers/zip/ZipArchiveInputStream.java
index 4feaeffef..224c54bdc 100644
--- 
a/src/main/java/org/apache/commons/compress/archivers/zip/ZipArchiveInputStream.java
+++ 
b/src/main/java/org/apache/commons/compress/archivers/zip/ZipArchiveInputStream.java
@@ -179,6 +179,9 @@ private <T extends InputStream> T checkInputStream() {
         }
     }
 
+    /**
+     * Maximum size of data in the first local file header.
+     */
     public static final int PREAMBLE_GARBAGE_MAX_SIZE = 4096;
 
     private static final int LFH_LEN = 30;

Reply via email to