[COLLECTIONS-740] Add missing @throws comment for

SwitchTransformer.switchTransformer. #124.
This commit is contained in:
Gary Gregory 2019-12-09 18:02:49 -05:00
parent 152390a5a3
commit 212750768a
1 changed files with 3 additions and 0 deletions

View File

@ -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">