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 6240c11  [LANG-1527] NumberUtils.createBigDecimal has a redundant 
argument check.
6240c11 is described below

commit 6240c11f225e68bab717ee0c188e10ac479ba035
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Sun Mar 15 16:37:58 2020 -0400

    [LANG-1527] NumberUtils.createBigDecimal has a redundant argument check.
---
 src/changes/changes.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index b636c88..778dfe8 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -108,6 +108,7 @@ The <action> type attribute can be add,update,fix,remove.
     <action issue="LANG-1523" type="update" dev="ggregory" due-to="Edgar 
Asatryan, Bruno P. Kinoshita, Gary Gregory">Avoid unnecessary allocation in 
StringUtils.wrapIfMissing. #496.</action>
     <action issue="LANG-1525" type="update" dev="ggregory" due-to="Edgar 
Asatryan, Bruno P. Kinoshita, Gary Gregory">Internally use 
Validate.notNull(foo, ...) instead of Validate.isTrue(foo != null, 
...).</action>
     <action issue="LANG-1526" type="update" dev="ggregory" due-to="Dominik 
Schramm">Add 1 and 0 in toBooleanObject(final String str) #502.</action>
+    <action issue="LANG-1527" type="update" dev="ggregory" due-to="Pengyu 
Nie">Remove an redundant argument check in NumberUtils #504.</action>
   </release>
 
   <release version="3.9" date="2019-04-09" description="New features and bug 
fixes. Requires Java 8, supports Java 9, 10, 11.">

Reply via email to