Remove dead comments.

This commit is contained in:
Gary Gregory 2020-11-26 10:16:56 -05:00
parent ad99cf8c17
commit 743af0bb1f
1 changed files with 0 additions and 2 deletions

View File

@ -49,8 +49,6 @@ public class CaseInsensitiveMapTest<K, V> extends AbstractIterableMapTest<K, V>
return "4";
}
//-------------------------------------------------------------------------
@SuppressWarnings("unchecked")
public void testCaseInsensitive() {
final Map<K, V> map = makeObject();