--- jsr166/src/test/tck/TreeSubMapTest.java 2012/02/21 01:54:04 1.18 +++ jsr166/src/test/tck/TreeSubMapTest.java 2012/02/21 02:04:17 1.19 @@ -16,7 +16,7 @@ public class TreeSubMapTest extends JSR1 } /** - * Creates a map from Integers 1-5 to Strings "A"-"E". + * Returns a new map from Integers 1-5 to Strings "A"-"E". */ private static NavigableMap map5() { TreeMap map = new TreeMap(); @@ -40,7 +40,7 @@ public class TreeSubMapTest extends JSR1 } /** - * Creates a map from Integers -5 to -1 to Strings "A"-"E". + * Returns a new map from Integers -5 to -1 to Strings "A"-"E". */ private static NavigableMap dmap5() { TreeMap map = new TreeMap();