1
0

Fix generics warnings in tests

This commit is contained in:
Gary Gregory
2024-08-14 09:02:00 -04:00
parent 37cd44ccb2
commit d0c4e26317

View File

@@ -43,9 +43,10 @@ import org.apache.commons.logging.PathableTestSuite;
*/ */
public class SecurityAllowedTestCase extends TestCase { public class SecurityAllowedTestCase extends TestCase {
// Dummy special Hashtable, so we can tell JCL to use this instead of /**
// the standard one. * Dummy special Hashtable, so we can tell JCL to use this instead of the standard one.
public static class CustomHashtable extends Hashtable { */
public static class CustomHashtable<K, V> extends Hashtable<K, V> {
/** /**
* Generated serial version ID. * Generated serial version ID.