--- jsr166/src/test/tck/TreeMapTest.java 2011/11/26 05:42:14 1.23 +++ jsr166/src/test/tck/TreeMapTest.java 2012/02/21 01:54:04 1.24 @@ -16,7 +16,7 @@ public class TreeMapTest extends JSR166T } /** - * Create a map from Integers 1-5 to Strings "A"-"E". + * Creates a map from Integers 1-5 to Strings "A"-"E". */ private static TreeMap map5() { TreeMap map = new TreeMap();