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 279d8f8d5 Javadoc 279d8f8d5 is described below commit 279d8f8d574a6c54c3ffb0a108fbdfc09030714e Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Tue May 14 09:16:22 2024 -0400 Javadoc --- src/test/java/org/apache/commons/lang3/reflect/TypeUtilsTest.java | 3 +++ 1 file changed, 3 insertions(+) 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 50e629697..9ec6c9a7c 100644 --- a/src/test/java/org/apache/commons/lang3/reflect/TypeUtilsTest.java +++ b/src/test/java/org/apache/commons/lang3/reflect/TypeUtilsTest.java @@ -58,10 +58,13 @@ import org.junit.jupiter.api.Test; /** * Test fixture for https://issues.apache.org/jira/browse/LANG-1524 + * + * @param <T> Test fixture type. */ class AAAAClass<T extends AAAAClass.BBBBClass.CCCClass> { public static class BBBBClass { public static class CCCClass { + // empty } } }