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 85c9c69cd Remove unused local variable in ZipFile #615
85c9c69cd is described below

commit 85c9c69cd6ed85cd49992f9e72f2263d3948bea9
Author: Gary Gregory <garydgreg...@users.noreply.github.com>
AuthorDate: Tue Nov 26 07:29:00 2024 -0500

    Remove unused local variable in ZipFile #615
---
 src/changes/changes.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 593bd09b2..d2bd70ab8 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -50,7 +50,8 @@ The <action> type attribute can be add,update,fix,remove.
       <action type="fix" dev="ggregory" due-to="yujincheng08, Gary 
Gregory">ZipArchiveOutputStream.addRawArchiveEntry() should check 
is2PhaseSource #571.</action> 
       <action type="fix" dev="ggregory" due-to="Gary Gregory, Arturo 
Bernal">ArchiveException extends IOException #605, see also 
https://github.com/apache/httpcomponents-client/pull/580.</action> 
       <action type="fix" dev="ggregory" due-to="Gary Gregory, Arturo 
Bernal">CompressorException extends IOException #605, see also 
https://github.com/apache/httpcomponents-client/pull/580.</action>
-      <action type="fix" dev="ggregory" due-to="Glavo">Update outdated 
descriptions in IOUtils and IOUtilsTest #612.</action> 
+      <action type="fix" dev="ggregory" due-to="Glavo">Update outdated 
descriptions in IOUtils and IOUtilsTest #612.</action>
+      <action type="fix" dev="ggregory" due-to="Glavo">Remove unused local 
variable in ZipFile #615.</action> 
       <!-- ADD -->
       <action type="add" dev="ggregory" due-to="Gary Gregory">Add 
GzipParameters.getModificationInstant().</action>
       <action type="add" dev="ggregory" due-to="Gary Gregory">Add 
GzipParameters.setModificationInstant(Instant).</action>

Reply via email to