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.35 by jsr166, Sat Oct 9 19:30:35 2010 UTC vs.
Revision 1.36 by jsr166, Sat Oct 9 22:27:16 2010 UTC

# Line 650 | Line 650 | public class ThreadPoolExecutorTest exte
650      }
651  
652      /**
653 <     * Constructor throws if workQueue is set to null
653 >     * Constructor throws if workQueue is null
654       */
655      public void testConstructorNullPointerException6() {
656          try {
# Line 660 | Line 660 | public class ThreadPoolExecutorTest exte
660      }
661  
662      /**
663 <     * Constructor throws if handler is set to null
663 >     * Constructor throws if handler is null
664       */
665      public void testConstructorNullPointerException7() {
666          try {
# Line 671 | Line 671 | public class ThreadPoolExecutorTest exte
671      }
672  
673      /**
674 <     * Constructor throws if ThreadFactory is set top null
674 >     * Constructor throws if ThreadFactory is null
675       */
676      public void testConstructorNullPointerException8() {
677          try {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines