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 c440861d1 Fix typos in Javadoc and comments #761
c440861d1 is described below
commit c440861d13579be7b185ff2de77c950a714ec43d
Author: Gary Gregory <[email protected]>
AuthorDate: Sat Mar 7 17:40:20 2026 -0500
Fix typos in Javadoc and comments #761
---
src/changes/changes.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 1394d09ac..b9cfca06b 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -136,6 +136,7 @@ The <action> type attribute can be add,update,fix,remove.
<action type="fix" dev="ggregory" due-to="Gary Gregory, Shan Jiang"
issue="COMPRESS-719">CPConstant subclasses are missing optional hashCode() and
equals() to match its Comparable.compareTo().</action>
<action type="fix" dev="ggregory" due-to="Gary Gregory">CPUTF8 is
missing optional hashCode() and equals() to match its
Comparable.compareTo().</action>
<action type="fix" dev="ggregory" due-to="Gary Gregory">Pack200 class
IcBands.IcTuple implements equals() but not hashCode().</action>
+ <action type="fix" dev="ggregory" due-to="Martin Wiesner">Fix typos in
Javadoc and comments #761.</action>
<!-- ADD -->
<action type="add" dev="ggregory" due-to="Gary Gregory">Add
MemoryLimitException.MemoryLimitException(long, long).</action>
<action type="add" dev="ggregory" due-to="Gary Gregory">Add
CompressException.CompressException(String, Object...).</action>