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-collections.git
The following commit(s) were added to refs/heads/master by this push: new e7d3a10 Fix inconsistent @throws comments in ListOrderedSet #125. new dd69cc7 Merge branch 'master' of https://gitbox.apache.org/repos/asf/commons-collections.git e7d3a10 is described below commit e7d3a1039271a56067e932dd59a31b8c5eebed89 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Mon Dec 9 11:08:09 2019 -0500 Fix inconsistent @throws comments in ListOrderedSet #125. --- src/changes/changes.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index fb6b285..f07e55c 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -90,6 +90,9 @@ <action issue="COLLECTIONS-734" dev="ggregory" type="fix" due-to="Chen"> Encountered an IllegalStateException while traversing with Flat3Map.entrySet(). #115. </action> + <action dev="ggregory" type="update" due-to="Chen"> + Fix inconsistent @throws comments in ListOrderedSet #125. + </action> </release> <release version="4.4" date="2019-07-05" description="Maintenance release."> <action issue="COLLECTIONS-710" dev="ggregory" type="fix" due-to="Yu Shi, Gary Gregory">