This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a commit to branch release-2.x
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
The following commit(s) were added to refs/heads/release-2.x by this push:
new 54f96c0 Javadoc.
54f96c0 is described below
commit 54f96c0a32d142bffc5c6df5a8adec44bf5ecc6c
Author: Gary Gregory <[email protected]>
AuthorDate: Sat Jan 15 16:13:46 2022 -0500
Javadoc.
---
log4j-api/src/main/java/org/apache/logging/log4j/util/LoaderUtil.java | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git
a/log4j-api/src/main/java/org/apache/logging/log4j/util/LoaderUtil.java
b/log4j-api/src/main/java/org/apache/logging/log4j/util/LoaderUtil.java
index 162bb2b..0e5e71a 100644
--- a/log4j-api/src/main/java/org/apache/logging/log4j/util/LoaderUtil.java
+++ b/log4j-api/src/main/java/org/apache/logging/log4j/util/LoaderUtil.java
@@ -173,7 +173,8 @@ public final class LoaderUtil {
/**
* Loads and instantiates a Class using the default constructor.
- *
+ *
+ * @param <T> the type of the class modeled by the {@code Class} object.
* @param clazz The class.
* @return new instance of the class.
* @throws IllegalAccessException if the class can't be instantiated
through a public constructor