--- jsr166/src/test/loops/TSPExchangerTest.java 2012/02/21 01:54:03 1.14 +++ jsr166/src/test/loops/TSPExchangerTest.java 2012/12/29 23:55:19 1.15 @@ -406,7 +406,7 @@ public class TSPExchangerTest { * other. It is hardwired because small variations of it * don't matter much. * - * @param g the first generation to run. + * @param g the first generation to run */ int runUpdates() throws InterruptedException { int n = 1 + (rng.next() & ((subpopSize << 1) - 1));