--- jsr166/src/test/tck/ConcurrentSkipListSubMapTest.java 2009/12/01 09:48:13 1.13 +++ jsr166/src/test/tck/ConcurrentSkipListSubMapTest.java 2010/08/25 00:07:03 1.15 @@ -11,7 +11,7 @@ import java.io.*; public class ConcurrentSkipListSubMapTest extends JSR166TestCase { public static void main(String[] args) { - junit.textui.TestRunner.run (suite()); + junit.textui.TestRunner.run(suite()); } public static Test suite() { return new TestSuite(ConcurrentSkipListSubMapTest.class); @@ -1182,7 +1182,7 @@ public class ConcurrentSkipListSubMapTes // Exception testDescendings /** - * get(null) of nm1mpty map throws NPE + * get(null) of empty map throws NPE */ public void testDescendingGet_NullPointerException() { try { @@ -1193,7 +1193,7 @@ public class ConcurrentSkipListSubMapTes } /** - * containsKey(null) of nm1mpty map throws NPE + * containsKey(null) of empty map throws NPE */ public void testDescendingContainsKey_NullPointerException() { try {