Skip to content

Commit

Permalink
Remove redundant (null) initializations #394
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory committed Jun 16, 2023
1 parent bc3da94 commit 6b86304
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/changes/changes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,9 @@ The <action> type attribute can be add,update,fix,remove.
<body>
<release version="1.24.0" date="202Y-MM-DD">
<!-- FIX -->
<action type="update" dev="ggregory" due-to="Daniele Galloppo">Use try-with-resources in ArchiveStreamFactory #391.</action>
<action type="update" dev="ggregory" due-to="Martin Wiesner">Javadoc and code comments: Sanitize grammar issues and typos #393.</action>
<action type="fix" dev="ggregory" due-to="Daniele Galloppo">Use try-with-resources in ArchiveStreamFactory #391.</action>
<action type="fix" dev="ggregory" due-to="Martin Wiesner">Javadoc and code comments: Sanitize grammar issues and typos #393.</action>
<action type="fix" dev="ggregory" due-to="Martin Wiesner">Remove redundant (null) initializations #394.</action>
<!-- UPDATE -->
<action type="update" dev="kinow" due-to="Gary Gregory">Make ZipArchiveEntry.getLocalHeaderOffset() public.</action>
<action type="update" dev="kinow" due-to="Dependabot">Bump zstd-jni from 1.5.4-2 to 1.5.5-4 #377, #383, #388, #390.</action>
Expand Down

0 comments on commit 6b86304

Please sign in to comment.