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

Comparing jsr166/src/test/tck/ThreadPoolExecutorTest.java (file contents):
Revision 1.42 by jsr166, Sat May 7 19:34:51 2011 UTC vs.
Revision 1.43 by jsr166, Sat May 7 19:49:37 2011 UTC

# Line 378 | Line 378 | public class ThreadPoolExecutorTest exte
378      }
379  
380      /**
381 <     * isShutDown is false before shutdown, true after
381 >     * isShutdown is false before shutdown, true after
382       */
383      public void testIsShutdown() {
384          final ThreadPoolExecutor p =
# Line 564 | Line 564 | public class ThreadPoolExecutorTest exte
564      }
565  
566      /**
567 <     * shutDownNow returns a list containing tasks that were not run
567 >     * shutdownNow returns a list containing tasks that were not run
568       */
569      public void testShutdownNow() {
570          final ThreadPoolExecutor p =

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines