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

Comparing jsr166/src/test/tck-jsr166e/JSR166TestCase.java (file contents):
Revision 1.6 by jsr166, Sun Jun 8 00:15:50 2014 UTC vs.
Revision 1.7 by jsr166, Mon Jun 9 18:17:37 2014 UTC

# Line 705 | Line 705 | public class JSR166TestCase extends Test
705       * startNanoTime, which must have been previously returned from a
706       * call to {@link System.nanoTime()}.
707       */
708 <    long millisElapsedSince(long startNanoTime) {
708 >    static long millisElapsedSince(long startNanoTime) {
709          return NANOSECONDS.toMillis(System.nanoTime() - startNanoTime);
710      }
711  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines