--- jsr166/src/test/tck/TreeMapTest.java 2012/02/21 01:54:04 1.24 +++ jsr166/src/test/tck/TreeMapTest.java 2013/01/02 07:41:07 1.26 @@ -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(); @@ -41,7 +41,7 @@ public class TreeMapTest extends JSR166T } /** - * + * copy constructor creates map equal to source map */ public void testConstructFromSorted() { TreeMap map = map5();