--- jsr166/src/test/tck/JSR166TestCase.java 2014/12/31 19:05:42 1.123 +++ jsr166/src/test/tck/JSR166TestCase.java 2014/12/31 21:06:32 1.124 @@ -924,7 +924,7 @@ public class JSR166TestCase extends Test /** * Returns the number of milliseconds since time given by * startNanoTime, which must have been previously returned from a - * call to {@link System.nanoTime()}. + * call to {@link System#nanoTime()}. */ static long millisElapsedSince(long startNanoTime) { return NANOSECONDS.toMillis(System.nanoTime() - startNanoTime);