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 ed7227537 Use Objects.requireNonNull() directly. #1022
ed7227537 is described below

commit ed72275376727cc00f0a3173d2e70cff6579b1b0
Author: Gary Gregory <garydgreg...@users.noreply.github.com>
AuthorDate: Fri Feb 3 11:19:34 2023 -0500

    Use Objects.requireNonNull() directly. #1022
---
 src/changes/changes.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 4662f6384..12d17ffd9 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -106,6 +106,7 @@ The <action> type attribute can be add,update,fix,remove.
     <action                   type="fix" dev="ggregory" due-to="Arturo 
Bernal">Simplify expression (length is never &lt; 0) #962.</action>
     <action                   type="fix" dev="ggregory" due-to="Arturo 
Bernal">Fix simple broken javadoc. #981.</action>
     <action                   type="fix" dev="ggregory" due-to="LeeJuHyun">Fix 
typo #1001.</action>
+    <action                   type="fix" dev="ggregory" due-to="Arturo 
Bernal">Use Objects.requireNonNull() directly #1022.</action>
     <!-- ADD -->
     <action                   type="add" dev="ggregory" due-to="Gary 
Gregory">Add GitHub coverage.yml.</action>
     <action                   type="add" dev="ggregory" due-to="Gary 
Gregory">Add EnumUtils.getEnumSystemProperty(...).</action>

Reply via email to