[LANG-1534] Replace some usages of the ternary operator with calls to

Math.max() and Math.min() #512.
This commit is contained in:
Gary Gregory 2020-04-20 16:58:20 -04:00
parent 271cf4c9e9
commit 9388c5747f
1 changed files with 1 additions and 0 deletions

View File

@ -53,6 +53,7 @@ The <action> type attribute can be add,update,fix,remove.
<action type="update" dev="ggregory" due-to="Isira Seneviratne">Simplify null checks in Triple.hashCode() using Objects.hashCode(). #516.</action>
<action type="update" dev="ggregory" due-to="Isira Seneviratne">Simplify some if statements in StringUtils. #521.</action>
<action issue="LANG-1537" type="update" dev="ggregory" due-to="Isira Seneviratne">Simplify a null check in the private replaceEach() method of StringUtils. #514.</action>
<action issue="LANG-1534" type="update" dev="ggregory" due-to="Isira Seneviratne">Replace some usages of the ternary operator with calls to Math.max() and Math.min() #512.</action>
</release>
<release version="3.10" date="2020-03-22" description="New features and bug fixes. Requires Java 8, supports Java 9, 10, 11.">