ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/src/main/java/util/concurrent/ThreadPoolExecutor.java
(Generate patch)

Comparing jsr166/src/main/java/util/concurrent/ThreadPoolExecutor.java (file contents):
Revision 1.66 by jsr166, Tue Apr 26 01:17:18 2005 UTC vs.
Revision 1.67 by jsr166, Sun May 22 23:16:28 2005 UTC

# Line 694 | Line 694 | public class ThreadPoolExecutor extends
694      // Public methods
695  
696      /**
697 <     * Creates a new <tt>ThreadPoolExecutor</tt> with the given
698 <     * initial parameters and default thread factory and handler.  It
699 <     * may be more convenient to use one of the {@link Executors}
700 <     * factory methods instead of this general purpose constructor.
697 >     * Creates a new <tt>ThreadPoolExecutor</tt> with the given initial
698 >     * parameters and default thread factory and rejected execution handler.
699 >     * It may be more convenient to use one of the {@link Executors} factory
700 >     * methods instead of this general purpose constructor.
701       *
702       * @param corePoolSize the number of threads to keep in the
703       * pool, even if they are idle.
# Line 727 | Line 727 | public class ThreadPoolExecutor extends
727  
728      /**
729       * Creates a new <tt>ThreadPoolExecutor</tt> with the given initial
730 <     * parameters and default thread factory.
730 >     * parameters and default rejected execution handler.
731       *
732       * @param corePoolSize the number of threads to keep in the
733       * pool, even if they are idle.
# Line 761 | Line 761 | public class ThreadPoolExecutor extends
761  
762      /**
763       * Creates a new <tt>ThreadPoolExecutor</tt> with the given initial
764 <     * parameters and default handler.
764 >     * parameters and default thread factory.
765       *
766       * @param corePoolSize the number of threads to keep in the
767       * pool, even if they are idle.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines