Use own validator ObjectUtils.anyNull to check null String input #718.

This commit is contained in:
Gary Gregory 2021-02-25 09:44:30 -05:00
parent 615c1dad1b
commit 813b1a5c34
1 changed files with 1 additions and 0 deletions

View File

@ -120,6 +120,7 @@ The <action> type attribute can be add,update,fix,remove.
<action type="update" dev="ggregory" due-to="Arturo Bernal">Minor Improvements #701.</action>
<action type="update" dev="ggregory" due-to="Arturo Bernal">Minor Improvement: Add final variable.try to make the code read-only #700.</action>
<action type="update" dev="ggregory" due-to="Arturo Bernal">Minor Improvement: Remove redundant initializer #699.</action>
<action type="update" dev="ggregory" due-to="Arturo Bernal">Use own validator ObjectUtils.anyNull to check null String input #718.</action>
</release>
<release version="3.11" date="2020-07-12" description="New features and bug fixes.">
<action type="update" dev="chtompki" due-to="Jin Xu">Refine test output for FastDateParserTest</action>