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 b25f476ccf72648835fb3e9c7e30b41544fb3a09
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Fri Jul 5 08:50:28 2024 -0400

    Reuse super `out` instance variable
---
 .../apache/commons/compress/archivers/zip/ZipArchiveOutputStream.java   | 2 --
 1 file changed, 2 deletions(-)

diff --git 
a/src/main/java/org/apache/commons/compress/archivers/zip/ZipArchiveOutputStream.java
 
b/src/main/java/org/apache/commons/compress/archivers/zip/ZipArchiveOutputStream.java
index 5238f3d27..e96664900 100644
--- 
a/src/main/java/org/apache/commons/compress/archivers/zip/ZipArchiveOutputStream.java
+++ 
b/src/main/java/org/apache/commons/compress/archivers/zip/ZipArchiveOutputStream.java
@@ -342,8 +342,6 @@ public class ZipArchiveOutputStream extends 
ArchiveOutputStream<ZipArchiveEntry>
      */
     protected final Deflater def;
 
-    private final OutputStream out;
-
     /**
      * whether to use the general purpose bit flag when writing UTF-8 file 
names or not.
      */

Reply via email to