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.67 by jsr166, Sun May 22 23:16:28 2005 UTC vs.
Revision 1.68 by jsr166, Mon May 23 06:24:07 2005 UTC

# Line 781 | Line 781 | public class ThreadPoolExecutor extends
781       * keepAliveTime less than zero, or if maximumPoolSize less than or
782       * equal to zero, or if corePoolSize greater than maximumPoolSize.
783       * @throws NullPointerException if <tt>workQueue</tt>
784 <     * or  <tt>handler</tt> are null.
784 >     * or <tt>handler</tt> are null.
785       */
786      public ThreadPoolExecutor(int corePoolSize,
787                                int maximumPoolSize,
# Line 888 | Line 888 | public class ThreadPoolExecutor extends
888       * shutting down this ExecutorService may manipulate threads that
889       * the caller is not permitted to modify because it does not hold
890       * {@link java.lang.RuntimePermission}<tt>("modifyThread")</tt>,
891 <     * or the security manager's <tt>checkAccess</tt>  method denies access.
891 >     * or the security manager's <tt>checkAccess</tt> method denies access.
892       */
893      public void shutdown() {
894          // Fail if caller doesn't have modifyThread permission. We

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines