--- jsr166/src/test/tck/ConcurrentHashMapTest.java 2011/11/26 05:19:17 1.26 +++ jsr166/src/test/tck/ConcurrentHashMapTest.java 2012/02/21 01:54:03 1.27 @@ -19,7 +19,7 @@ public class ConcurrentHashMapTest exten } /** - * Create a map from Integers 1-5 to Strings "A"-"E". + * Creates a map from Integers 1-5 to Strings "A"-"E". */ private static ConcurrentHashMap map5() { ConcurrentHashMap map = new ConcurrentHashMap(5);