Repository: commons-lang
Updated Branches:
  refs/heads/master 4a32861c3 -> 3433a94e2


LANG-1271: correct type in changes.xml


Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-lang/commit/3433a94e
Tree: http://git-wip-us.apache.org/repos/asf/commons-lang/tree/3433a94e
Diff: http://git-wip-us.apache.org/repos/asf/commons-lang/diff/3433a94e

Branch: refs/heads/master
Commit: 3433a94e255caa695664263c7ac492c624e0f545
Parents: 4a32861
Author: pascalschumacher <pascalschumac...@gmx.net>
Authored: Thu Oct 20 20:54:26 2016 +0200
Committer: pascalschumacher <pascalschumac...@gmx.net>
Committed: Thu Oct 20 20:54:26 2016 +0200

----------------------------------------------------------------------
 src/changes/changes.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-lang/blob/3433a94e/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index dcf403b..b3f4b00 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -47,7 +47,7 @@ The <action> type attribute can be add,update,fix,remove.
 
   <release version="3.6" date="tba" description="tba">
     <action issue="LANG-1070" type="fix" dev="pschumacher" due-to="Paul 
Pogonyshev">ArrayUtils#add confusing example in javadoc</action>
-    <action issue="LANG-1271" type="add" dev="pschumacher" due-to="Pierre 
Templier">StringUtils#isAnyEmpty and #isAnyBlank should return false for an 
empty array</action>
+    <action issue="LANG-1271" type="fix" dev="pschumacher" due-to="Pierre 
Templier">StringUtils#isAnyEmpty and #isAnyBlank should return false for an 
empty array</action>
     <action issue="LANG-1270" type="add" dev="pschumacher" due-to="Pierre 
Templier">Add StringUtils#isAnyNotEmpty and #isAnyNotBlank</action>
   </release>
 

Reply via email to