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.268 by jsr166, Sun Sep 22 01:59:57 2019 UTC vs.
Revision 1.269 by jsr166, Thu Sep 26 20:48:52 2019 UTC

# Line 1477 | Line 1477 | public class JSR166TestCase extends Test
1477       * wrapped in a CheckedRunnable.
1478       */
1479      Thread newStartedThread(Action action) {
1480 <        return newStartedThread(checkedRunnable(action));
1480 >        return newStartedThread(checkedRunnable(action));
1481      }
1482  
1483      /**

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines