--- jsr166/src/test/tck/ForkJoinPoolTest.java 2013/02/06 16:36:36 1.48 +++ jsr166/src/test/tck/ForkJoinPoolTest.java 2013/02/16 20:50:29 1.49 @@ -39,7 +39,7 @@ public class ForkJoinPoolTest extends JS return new TestSuite(ForkJoinPoolTest.class); } - /** + /* * Testing coverage notes: * * 1. shutdown and related methods are tested via super.joinPool.