--- jsr166/src/test/tck/CopyOnWriteArrayListTest.java 2011/05/27 19:09:55 1.20 +++ jsr166/src/test/tck/CopyOnWriteArrayListTest.java 2011/05/29 13:45:35 1.21 @@ -275,7 +275,7 @@ public class CopyOnWriteArrayListTest ex /** * lastIndexOf returns the index from the given starting point */ - public void testlastIndexOf2() { + public void testLastIndexOf2() { CopyOnWriteArrayList full = populatedArray(3); full.add(one); full.add(three);