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 813b1a5  Use own validator ObjectUtils.anyNull to check null String 
input #718.
813b1a5 is described below

commit 813b1a5c34d75c7d78e389b2c9e5077dc8c38145
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Thu Feb 25 09:44:30 2021 -0500

    Use own validator ObjectUtils.anyNull to check null String input #718.
---
 src/changes/changes.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index dc029f5..65d89ab 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -120,6 +120,7 @@ The <action> type attribute can be add,update,fix,remove.
     <action                   type="update" dev="ggregory" due-to="Arturo 
Bernal">Minor Improvements #701.</action>
     <action                   type="update" dev="ggregory" due-to="Arturo 
Bernal">Minor Improvement: Add final variable.try to make the code read-only 
#700.</action>
     <action                   type="update" dev="ggregory" due-to="Arturo 
Bernal">Minor Improvement: Remove redundant initializer #699.</action>
+    <action                   type="update" dev="ggregory" due-to="Arturo 
Bernal">Use own validator ObjectUtils.anyNull to check null String input 
#718.</action>
   </release>
   <release version="3.11" date="2020-07-12" description="New features and bug 
fixes.">
     <action                   type="update" dev="chtompki" due-to="Jin 
Xu">Refine test output for FastDateParserTest</action>

Reply via email to