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.59 by dl, Sun Jun 27 14:03:39 2004 UTC vs.
Revision 1.60 by dl, Sun Jun 27 18:50:11 2004 UTC

# Line 883 | Line 883 | public class ThreadPoolExecutor extends
883       */
884      public void shutdown() {
885          // Fail if caller doesn't have modifyThread permission. We
886 <        // explicitly chack permissions directly because we can't trust
886 >        // explicitly check permissions directly because we can't trust
887          // implementations of SecurityManager to correctly override
888          // the "check access" methods such that our documented
889          // security policy is implemented.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines