Fix generics warnings in tests
This commit is contained in:
@@ -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.
|
||||||
|
|||||||
Reference in New Issue
Block a user