ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/src/test/tck/JSR166TestCase.java
(Generate patch)

Comparing jsr166/src/test/tck/JSR166TestCase.java (file contents):
Revision 1.123 by jsr166, Wed Dec 31 19:05:42 2014 UTC vs.
Revision 1.124 by jsr166, Wed Dec 31 21:06:32 2014 UTC

# Line 924 | Line 924 | public class JSR166TestCase extends Test
924      /**
925       * Returns the number of milliseconds since time given by
926       * startNanoTime, which must have been previously returned from a
927 <     * call to {@link System.nanoTime()}.
927 >     * call to {@link System#nanoTime()}.
928       */
929      static long millisElapsedSince(long startNanoTime) {
930          return NANOSECONDS.toMillis(System.nanoTime() - startNanoTime);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines