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.3 by jsr166, Fri Jul 31 23:38:15 2009 UTC vs.
Revision 1.4 by jsr166, Sat Aug 1 21:56:02 2009 UTC

# Line 695 | Line 695 | public class ForkJoinPoolTest extends JS
695  
696  
697      /**
698 <     *  Blocking on submit(callable) throws InterruptedException if
699 <     *  caller interrupted.
698 >     * Blocking on submit(callable) throws InterruptedException if
699 >     * caller interrupted.
700       */
701      public void testInterruptedSubmit() {
702          final ForkJoinPool p = new ForkJoinPool(1);
# Line 731 | Line 731 | public class ForkJoinPoolTest extends JS
731      }
732  
733      /**
734 <     *  get of submit(callable) throws ExecutionException if callable
735 <     *  throws exception
734 >     * get of submit(callable) throws ExecutionException if callable
735 >     * throws exception
736       */
737      public void testSubmitEE() {
738          ForkJoinPool p = new ForkJoinPool(1);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines