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 df51dfb80 Javadoc
df51dfb80 is described below
commit df51dfb809eb8809f7a77c8993c62d27855c5e93
Author: Gary D. Gregory <[email protected]>
AuthorDate: Wed Aug 20 16:34:10 2025 -0400
Javadoc
---
.../org/apache/commons/lang3/concurrent/AtomicSafeInitializer.java | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git
a/src/main/java/org/apache/commons/lang3/concurrent/AtomicSafeInitializer.java
b/src/main/java/org/apache/commons/lang3/concurrent/AtomicSafeInitializer.java
index 54735ab94..cd2672851 100644
---
a/src/main/java/org/apache/commons/lang3/concurrent/AtomicSafeInitializer.java
+++
b/src/main/java/org/apache/commons/lang3/concurrent/AtomicSafeInitializer.java
@@ -117,11 +117,10 @@ private AtomicSafeInitializer(final FailableSupplier<T,
ConcurrentException> ini
}
/**
- * Gets (and initialize, if not initialized yet) the required object
+ * Gets (and initialize, if not initialized yet) the required object.
*
- * @return lazily initialized object
- * @throws ConcurrentException if the initialization of the object causes
an
- * exception
+ * @return lazily initialized object.
+ * @throws ConcurrentException if the initialization of the object causes
an exception.
*/
@Override
public final T get() throws ConcurrentException {