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

Comparing jsr166/src/test/tck/ThreadPoolExecutorSubclassTest.java (file contents):
Revision 1.19 by jsr166, Sat Oct 9 19:30:35 2010 UTC vs.
Revision 1.20 by jsr166, Sat Oct 9 22:27:16 2010 UTC

# Line 794 | Line 794 | public class ThreadPoolExecutorSubclassT
794      }
795  
796      /**
797 <     * Constructor throws if workQueue is set to null
797 >     * Constructor throws if workQueue is null
798       */
799      public void testConstructorNullPointerException6() {
800          try {
# Line 804 | Line 804 | public class ThreadPoolExecutorSubclassT
804      }
805  
806      /**
807 <     * Constructor throws if handler is set to null
807 >     * Constructor throws if handler is null
808       */
809      public void testConstructorNullPointerException7() {
810          try {
# Line 815 | Line 815 | public class ThreadPoolExecutorSubclassT
815      }
816  
817      /**
818 <     * Constructor throws if ThreadFactory is set top null
818 >     * Constructor throws if ThreadFactory is null
819       */
820      public void testConstructorNullPointerException8() {
821          try {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines