Fixed the typo and deal the NPE with Objects.requireNonNull #118.

This commit is contained in:
Gary Gregory 2020-04-07 12:08:20 -04:00
parent 5819a966c7
commit e691ad7c23
1 changed files with 5 additions and 2 deletions

View File

@ -141,6 +141,9 @@
<action type="update" dev="ggregory" due-to="Gary Gregory">
Update tests from Apache Commons Lang 3.9 to 3.10.
</action>
<action dev="ggregory" type="update" due-to="Chen">
Fixed the typo and deal the NPE with Objects.requireNonNull #118.
</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">