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

Comparing jsr166/src/test/tck/ForkJoinPoolTest.java (file contents):
Revision 1.32 by jsr166, Mon Oct 11 04:39:12 2010 UTC vs.
Revision 1.33 by jsr166, Thu Nov 18 19:04:17 2010 UTC

# Line 426 | Line 426 | public class ForkJoinPoolTest extends JS
426  
427  
428      /**
429 <     * A submitted privileged action to completion
429 >     * A submitted privileged action runs to completion
430       */
431      public void testSubmitPrivilegedAction() throws Throwable {
432          Policy savedPolicy = null;
# Line 459 | Line 459 | public class ForkJoinPoolTest extends JS
459      }
460  
461      /**
462 <     * A submitted a privileged exception action runs to completion
462 >     * A submitted privileged exception action runs to completion
463       */
464      public void testSubmitPrivilegedExceptionAction() throws Throwable {
465          Policy savedPolicy = null;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines