changed LinkedHashMap to Map interface
This commit is contained in:
parent
7848c39d7b
commit
edb8e8b341
@ -15,7 +15,6 @@ public class CaseInsensitiveMapUnitTest {
|
||||
treeMap.put("ABC", 2);
|
||||
|
||||
assertEquals(1, treeMap.size());
|
||||
|
||||
}
|
||||
|
||||
@Test
|
||||
|
Loading…
x
Reference in New Issue
Block a user