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 a1aa91a83 Javadoc
a1aa91a83 is described below

commit a1aa91a830a7eaa29ccfa0f1ee86d4731b30f379
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Thu May 22 09:48:34 2025 -0400

    Javadoc
---
 src/changes/changes.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 84947fdfc..47a4904f1 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -95,6 +95,7 @@ The <action> type attribute can be add,update,fix,remove.
       <action type="fix" dev="ggregory" due-to="Gary Gregory">Pack200Exception 
now extends CompressException instead of IOException (CompressException extends 
IOException).</action>
       <action type="fix" dev="ggregory" due-to="Gary 
Gregory">ArArchiveInputStream.getBSDLongName(String) now throws its 
EOFException with a message.</action>
       <action type="fix" dev="ggregory" due-to="Gary 
Gregory">ZipEncodingHelper.getZipEncoding(*) can throw NullPointerException and 
IllegalArgumentException on bad input instead of returning a value using the 
default Charset.</action>
+      <action type="fix" dev="ggregory" due-to="Gary Gregory">Javadoc 
improvements throughout.</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