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 fa6b94065 Add ConcurrentInitializer#isInitialized() #1120
fa6b94065 is described below

commit fa6b940655b06d3686f02146d68d90e90cf4ee47
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Sat Oct 14 08:07:11 2023 -0400

    Add ConcurrentInitializer#isInitialized() #1120
---
 src/changes/changes.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index ea3129d02..d7f1ef721 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -70,7 +70,7 @@ The <action> type attribute can be add,update,fix,remove.
     <action                   type="add" dev="ggregory" due-to="Gary 
Gregory">Add LocaleUtils.isLanguageUndetermined(Locale).</action>
     <action                   type="add" dev="ggregory" due-to="Gary 
Gregory">Add ObjectUtils.toString(Supplier&lt;Object&gt;, 
Supplier&lt;String&gt;).</action>
     <action                   type="add" dev="ggregory" due-to="Gary 
Gregory">Add LazyInitializer.isInitialized().</action>
-    <action                   type="add" dev="ggregory" due-to="Gary Gregory, 
Benjamin Confino">Add ConcurrentInitializer#isInitialized() #1120.</action>
+    <action                   type="add" dev="ggregory" due-to="Benjamin 
Confino, Gary Gregory">Add ConcurrentInitializer#isInitialized() #1120.</action>
     <action                   type="add" dev="ggregory" due-to="Gary 
Gregory">Add Streams.failableStream(T...).</action>
     <!-- UPDATE -->
     <action                   type="update" dev="ggregory" due-to="Gary 
Gregory">Bump commons-parent from 58 to 64.</action>

Reply via email to