[LANG-1564] Use Collections.singletonList insteadof Arrays.asList when

there be only one element. #549.
This commit is contained in:
Gary Gregory 2020-06-13 10:58:39 -04:00
parent f2d376ae01
commit a21cdb5121
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ The <action> type attribute can be add,update,fix,remove.
<action issue="LANG-1550" type="add" dev="ggregory" due-to="Edgar Asatryan">Optimize ArrayUtils::isArrayIndexValid method. #551.</action>
<action issue="LANG-1561" type="add" dev="ggregory" due-to="XenoAmess">Use List.sort instead of Collection.sort #546.</action>
<action issue="LANG-1563" type="add" dev="ggregory" due-to="XenoAmess">Use StandardCharsets.UTF_8 #548.</action>
<action issue="LANG-1562" type="add" dev="ggregory" due-to="XenoAmess">Use Math.max and min #547.</action>
<action issue="LANG-1564" type="add" dev="ggregory" due-to="XenoAmess">[LANG-1564] use Collections.singletonList insteadof Arrays.asList when there be only one element. #549.</action>
</release>
<release version="3.10" date="2020-03-22" description="New features and bug fixes. Requires Java 8, supports Java 9, 10, 11.">