Tweak code comment.
This commit is contained in:
parent
66cc90ff1d
commit
d29377dbfb
|
@ -84,8 +84,8 @@ public class UnmodifiableSortedMapTest<K, V> extends AbstractSortedMapTest<K, V>
|
||||||
public void testHeadMap() {
|
public void testHeadMap() {
|
||||||
final SortedMap<K, V> map = makeFullMap();
|
final SortedMap<K, V> map = makeFullMap();
|
||||||
final SortedMap<K, V> m = new TreeMap<>();
|
final SortedMap<K, V> m = new TreeMap<>();
|
||||||
//again is the first key of the map
|
// "again" is the first key of the map
|
||||||
assertSame(m.isEmpty(), map.headMap((K)"again").isEmpty());
|
assertSame(m.isEmpty(), map.headMap((K) "again").isEmpty());
|
||||||
}
|
}
|
||||||
|
|
||||||
//-----------------------------------------------------------------------
|
//-----------------------------------------------------------------------
|
||||||
|
|
Loading…
Reference in New Issue