[LANG-1553] Change array style from `int a[]` to `int[] a` #537.

This commit is contained in:
Gary Gregory 2020-06-13 11:06:56 -04:00
parent 2238145f56
commit 367f39ee29
1 changed files with 1 additions and 0 deletions

View File

@ -67,6 +67,7 @@ The <action> type attribute can be add,update,fix,remove.
<action issue="LANG-1563" type="add" dev="ggregory" due-to="XenoAmess">Use StandardCharsets.UTF_8 #548.</action>
<action issue="LANG-1564" type="add" dev="ggregory" due-to="XenoAmess">Use Collections.singletonList insteadof Arrays.asList when there be only one element. #549.</action>
<action issue="LANG-1560" type="add" dev="ggregory" due-to="XenoAmess">Refine Javadoc #545.</action>
<action issue="LANG-1553" type="add" dev="ggregory" due-to="XenoAmess">Change array style from `int a[]` to `int[] a` #537.</action>
</release>
<release version="3.10" date="2020-03-22" description="New features and bug fixes. Requires Java 8, supports Java 9, 10, 11.">