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

Comparing jsr166/src/test/tck/RecursiveTaskTest.java (file contents):
Revision 1.3 by jsr166, Sat Aug 1 21:56:02 2009 UTC vs.
Revision 1.4 by jsr166, Sat Aug 1 22:09:13 2009 UTC

# Line 261 | Line 261 | public class RecursiveTaskTest extends J
261      }
262  
263      /**
264 <     * quietelyInvoke task returns when task completes abnormally
264 >     * quietlyInvoke task returns when task completes abnormally
265       */
266      public void testAbnormalQuietlyInvoke() {
267          RecursiveTask<Integer> a = new RecursiveTask<Integer>() {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines