You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2020/06/13 15:07:00 UTC

[commons-lang] branch master updated: [LANG-1553] Change array style from `int a[]` to `int[] a` #537.

This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-lang.git


The following commit(s) were added to refs/heads/master by this push:
     new 367f39e  [LANG-1553] Change array style from `int a[]` to `int[] a` #537.
367f39e is described below

commit 367f39ee29d5536d1e3e5e39f5c0d8ec41eee6fb
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sat Jun 13 11:06:56 2020 -0400

    [LANG-1553] Change array style from `int a[]` to `int[] a` #537.
---
 src/changes/changes.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index b4957d1..060625a 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -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.">