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

Comparing jsr166/src/main/java/util/concurrent/ExecutorService.java (file contents):
Revision 1.34 by jsr166, Wed May 18 06:51:43 2005 UTC vs.
Revision 1.35 by jsr166, Mon May 23 06:25:17 2005 UTC

# Line 84 | Line 84 | public interface ExecutorService extends
84       * shutting down this ExecutorService may manipulate threads that
85       * the caller is not permitted to modify because it does not hold
86       * {@link java.lang.RuntimePermission}<tt>("modifyThread")</tt>,
87 <     * or the security manager's <tt>checkAccess</tt>  method denies access.
87 >     * or the security manager's <tt>checkAccess</tt> method denies access.
88       */
89      void shutdown();
90  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines