--- jsr166/src/test/tck/JSR166TestCase.java 2012/12/16 17:22:42 1.93 +++ jsr166/src/test/tck/JSR166TestCase.java 2013/01/21 19:32:19 1.94 @@ -145,7 +145,9 @@ public class JSR166TestCase extends Test } /** - * Runs all JSR166 unit tests using junit.textui.TestRunner + * Runs all JSR166 unit tests using junit.textui.TestRunner. + * Optional command line arg provides the number of iterations to + * repeat running the tests. */ public static void main(String[] args) { if (useSecurityManager) {