From edc8dcfe85a83ea49d76e82190672e2896fb4f65 Mon Sep 17 00:00:00 2001 From: Gary Gregory Date: Tue, 14 May 2024 09:17:59 -0400 Subject: [PATCH] Javadoc --- .../apache/commons/lang3/reflect/TypeUtilsTest.java | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) 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 9ec6c9a7c..38c7add81 100644 --- a/src/test/java/org/apache/commons/lang3/reflect/TypeUtilsTest.java +++ b/src/test/java/org/apache/commons/lang3/reflect/TypeUtilsTest.java @@ -59,7 +59,7 @@ import org.junit.jupiter.api.Test; /** * Test fixture for https://issues.apache.org/jira/browse/LANG-1524 * - * @param Test fixture type. + * @param Test fixture type, unused type parameter for test. */ class AAAAClass { public static class BBBBClass { @@ -75,9 +75,18 @@ final class AAAClass extends AAClass { } } -@SuppressWarnings("unused") // Unused type parameter for test +/** + * Test fixture. + * + * @param Test fixture type, unused type parameter for test. + */ class AAClass { + /** + * Test fixture. + * + * @param Test fixture type, unused type parameter for test. + */ public class BBClass { // empty }