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

commit 180f801d73287acefd323f829c061259dad65229
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Tue May 14 09:15:22 2024 -0400

    Javadoc
---
 src/test/java/org/apache/commons/lang3/reflect/TypeUtilsTest.java | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/src/test/java/org/apache/commons/lang3/reflect/TypeUtilsTest.java 
b/src/test/java/org/apache/commons/lang3/reflect/TypeUtilsTest.java
index 1e90add47..50e629697 100644
--- a/src/test/java/org/apache/commons/lang3/reflect/TypeUtilsTest.java
+++ b/src/test/java/org/apache/commons/lang3/reflect/TypeUtilsTest.java
@@ -156,7 +156,9 @@ abstract class Test1<G> {
 }
 
 /**
- * Test TypeUtils
+ * Tests {@link TypeUtils}.
+ *
+ * @param <B> Type for test fixtures.
  */
 @SuppressWarnings({ "unused", "rawtypes" })
 //raw types, where used, are used purposely

Reply via email to