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 6d75c954b Javadoc
6d75c954b is described below
commit 6d75c954b5e70229788c688868d8d87527b608e1
Author: Gary D. Gregory <[email protected]>
AuthorDate: Sun Jun 15 09:15:12 2025 -0400
Javadoc
---
.../concurrent/AbstractConcurrentInitializerCloseAndExceptionsTest.java | 2 ++
1 file changed, 2 insertions(+)
diff --git
a/src/test/java/org/apache/commons/lang3/concurrent/AbstractConcurrentInitializerCloseAndExceptionsTest.java
b/src/test/java/org/apache/commons/lang3/concurrent/AbstractConcurrentInitializerCloseAndExceptionsTest.java
index 6c93010b8..36d1c3a33 100644
---
a/src/test/java/org/apache/commons/lang3/concurrent/AbstractConcurrentInitializerCloseAndExceptionsTest.java
+++
b/src/test/java/org/apache/commons/lang3/concurrent/AbstractConcurrentInitializerCloseAndExceptionsTest.java
@@ -37,6 +37,8 @@
* This class provides some basic tests for initializer implementations.
Derived
* class have to create a {@link ConcurrentInitializer} object on which the
* tests are executed.
+ *
+ * @param <T> Domain type.
*/
public abstract class AbstractConcurrentInitializerCloseAndExceptionsTest<T>
extends AbstractConcurrentInitializerTest<T> {