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…
Reference in New Issue