--- jsr166/src/test/tck/ConcurrentSkipListMapTest.java 2011/11/26 05:42:14 1.28 +++ jsr166/src/test/tck/ConcurrentSkipListMapTest.java 2012/02/21 01:54:03 1.29 @@ -17,7 +17,7 @@ public class ConcurrentSkipListMapTest e } /** - * Create a map from Integers 1-5 to Strings "A"-"E". + * Creates a map from Integers 1-5 to Strings "A"-"E". */ private static ConcurrentSkipListMap map5() { ConcurrentSkipListMap map = new ConcurrentSkipListMap();