From d0c4e2631774fc6bab8bae08ec77b41c99ac6e7a Mon Sep 17 00:00:00 2001 From: Gary Gregory Date: Wed, 14 Aug 2024 09:02:00 -0400 Subject: [PATCH] Fix generics warnings in tests --- .../commons/logging/security/SecurityAllowedTestCase.java | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/test/java/org/apache/commons/logging/security/SecurityAllowedTestCase.java b/src/test/java/org/apache/commons/logging/security/SecurityAllowedTestCase.java index 247bd8d..cfd873f 100644 --- a/src/test/java/org/apache/commons/logging/security/SecurityAllowedTestCase.java +++ b/src/test/java/org/apache/commons/logging/security/SecurityAllowedTestCase.java @@ -43,9 +43,10 @@ import org.apache.commons.logging.PathableTestSuite; */ public class SecurityAllowedTestCase extends TestCase { - // Dummy special Hashtable, so we can tell JCL to use this instead of - // the standard one. - public static class CustomHashtable extends Hashtable { + /** + * Dummy special Hashtable, so we can tell JCL to use this instead of the standard one. + */ + public static class CustomHashtable extends Hashtable { /** * Generated serial version ID.