You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2023/06/16 18:06:15 UTC

[commons-compress] branch master updated: Javadoc and code comments: Sanitize grammar issues and typos #393

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 f884b868 Javadoc and code comments: Sanitize grammar issues and typos #393
f884b868 is described below

commit f884b868934c35e5d8182986a092170e9ddcfbf0
Author: Gary Gregory <ga...@users.noreply.github.com>
AuthorDate: Fri Jun 16 14:06:10 2023 -0400

    Javadoc and code comments: Sanitize grammar issues and typos #393
---
 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 38bece70..172d0e48 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -46,7 +46,8 @@ 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="Gary Gregory">Use try-with-resources in ArchiveStreamFactory #391.</action>
+      <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>
       <!-- 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>