--- jsr166/src/test/tck/TreeMapTest.java 2012/02/21 01:54:04 1.24 +++ jsr166/src/test/tck/TreeMapTest.java 2012/02/21 02:04:17 1.25 @@ -16,7 +16,7 @@ public class TreeMapTest extends JSR166T } /** - * 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 TreeMap map5() { TreeMap map = new TreeMap();