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.35 by dl, Wed Nov 12 01:04:25 2003 UTC vs.
Revision 1.36 by dl, Wed Dec 3 21:07:44 2003 UTC

# Line 646 | Line 646 | public class ThreadPoolExecutor implemen
646       * will wait for new tasks before terminating.
647       * @param unit the time unit for the keepAliveTime
648       * argument.
649 <     * @param workQueue the queue to use for holding tasks before the
649 >     * @param workQueue the queue to use for holding tasks before they
650       * are executed. This queue will hold only the <tt>Runnable</tt>
651       * tasks submitted by the <tt>execute</tt> method.
652       * @throws IllegalArgumentException if corePoolSize, or
# Line 676 | Line 676 | public class ThreadPoolExecutor implemen
676       * will wait for new tasks before terminating.
677       * @param unit the time unit for the keepAliveTime
678       * argument.
679 <     * @param workQueue the queue to use for holding tasks before the
679 >     * @param workQueue the queue to use for holding tasks before they
680       * are executed. This queue will hold only the <tt>Runnable</tt>
681       * tasks submitted by the <tt>execute</tt> method.
682       * @param threadFactory the factory to use when the executor
# Line 711 | Line 711 | public class ThreadPoolExecutor implemen
711       * will wait for new tasks before terminating.
712       * @param unit the time unit for the keepAliveTime
713       * argument.
714 <     * @param workQueue the queue to use for holding tasks before the
714 >     * @param workQueue the queue to use for holding tasks before they
715       * are executed. This queue will hold only the <tt>Runnable</tt>
716       * tasks submitted by the <tt>execute</tt> method.
717       * @param handler the handler to use when execution is blocked
# Line 745 | Line 745 | public class ThreadPoolExecutor implemen
745       * will wait for new tasks before terminating.
746       * @param unit the time unit for the keepAliveTime
747       * argument.
748 <     * @param workQueue the queue to use for holding tasks before the
748 >     * @param workQueue the queue to use for holding tasks before they
749       * are executed. This queue will hold only the <tt>Runnable</tt>
750       * tasks submitted by the <tt>execute</tt> method.
751       * @param threadFactory the factory to use when the executor

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines