--- jsr166/src/test/tck/ConcurrentSkipListSubMapTest.java 2011/11/26 05:19:17 1.20 +++ jsr166/src/test/tck/ConcurrentSkipListSubMapTest.java 2012/02/21 01:54:04 1.21 @@ -18,7 +18,7 @@ public class ConcurrentSkipListSubMapTes } /** - * Create a map from Integers 1-5 to Strings "A"-"E". + * Creates a map from Integers 1-5 to Strings "A"-"E". */ private static ConcurrentNavigableMap map5() { ConcurrentSkipListMap map = new ConcurrentSkipListMap(); @@ -36,7 +36,7 @@ public class ConcurrentSkipListSubMapTes } /** - * Create a map from Integers -5 to -1 to Strings "A"-"E". + * Creates a map from Integers -5 to -1 to Strings "A"-"E". */ private static ConcurrentNavigableMap dmap5() { ConcurrentSkipListMap map = new ConcurrentSkipListMap();