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 84abc1181 Javadoc
84abc1181 is described below

commit 84abc1181c86d58e9e7cb3046271193311211dd3
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Thu May 23 09:31:51 2024 -0400

    Javadoc
---
 .../apache/commons/lang3/concurrent/AbstractConcurrentInitializer.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/src/main/java/org/apache/commons/lang3/concurrent/AbstractConcurrentInitializer.java
 
b/src/main/java/org/apache/commons/lang3/concurrent/AbstractConcurrentInitializer.java
index 3ca7f5345..7769b38af 100644
--- 
a/src/main/java/org/apache/commons/lang3/concurrent/AbstractConcurrentInitializer.java
+++ 
b/src/main/java/org/apache/commons/lang3/concurrent/AbstractConcurrentInitializer.java
@@ -25,7 +25,7 @@ import org.apache.commons.lang3.function.FailableConsumer;
 import org.apache.commons.lang3.function.FailableSupplier;
 
 /**
- * Abstracts and defines operations for ConcurrentInitializer implementations.
+ * Abstracts and defines operations for {@link ConcurrentInitializer} 
implementations.
  *
  * @param <T> the type of the object managed by this initializer class.
  * @param <E> The exception type thrown by {@link #initialize()}.

Reply via email to