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 2127507 [COLLECTIONS-740] Add missing @throws comment for SwitchTransformer.switchTransformer. #124. 2127507 is described below commit 212750768acf1a87e08832450c5fb3be3595b14b Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Mon Dec 9 18:02:49 2019 -0500 [COLLECTIONS-740] Add missing @throws comment for SwitchTransformer.switchTransformer. #124. --- src/changes/changes.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index f07e55c..7a3de44 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -93,6 +93,9 @@ <action dev="ggregory" type="update" due-to="Chen"> Fix inconsistent @throws comments in ListOrderedSet #125. </action> + <action issue="COLLECTIONS-740" dev="ggregory" type="fix" due-to="Pengyu Nie"> + Add missing @throws comment for SwitchTransformer.switchTransformer. #124. + </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">