mirror of
https://github.com/apache/commons-collections.git
synced 2025-03-02 06:49:18 +00:00
Remove dead comments.
This commit is contained in:
parent
ad99cf8c17
commit
743af0bb1f
@ -49,8 +49,6 @@ public class CaseInsensitiveMapTest<K, V> extends AbstractIterableMapTest<K, V>
|
|||||||
return "4";
|
return "4";
|
||||||
}
|
}
|
||||||
|
|
||||||
//-------------------------------------------------------------------------
|
|
||||||
|
|
||||||
@SuppressWarnings("unchecked")
|
@SuppressWarnings("unchecked")
|
||||||
public void testCaseInsensitive() {
|
public void testCaseInsensitive() {
|
||||||
final Map<K, V> map = makeObject();
|
final Map<K, V> map = makeObject();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user