--- jsr166/src/test/tck/TreeSubSetTest.java 2010/08/25 01:44:48 1.13 +++ jsr166/src/test/tck/TreeSubSetTest.java 2010/09/01 06:41:55 1.14 @@ -680,7 +680,7 @@ public class TreeSubSetTest extends JSR1 shouldThrow(); } catch (NullPointerException success) {} } - + /** * addAll of a collection with any null elements throws NPE after * possibly adding some elements