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 fecfe44 [COLLECTIONS-739] Fix inconsistent @throws comments in DefaultedMap #123. fecfe44 is described below commit fecfe442b577fc730ed679d796f60a8544b2a53e Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Tue Dec 10 10:06:29 2019 -0500 [COLLECTIONS-739] Fix inconsistent @throws comments in DefaultedMap #123. --- src/changes/changes.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 7a3de44..fc8b69c 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -96,6 +96,9 @@ <action issue="COLLECTIONS-740" dev="ggregory" type="fix" due-to="Pengyu Nie"> Add missing @throws comment for SwitchTransformer.switchTransformer. #124. </action> + <action issue="COLLECTIONS-739" dev="ggregory" type="fix" due-to="Pengyu Nie"> + Fix inconsistent @throws comments in DefaultedMap #123. + </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">