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.5 by dl, Tue Jun 24 14:34:48 2003 UTC vs.
Revision 1.6 by dl, Sun Aug 24 14:47:31 2003 UTC

# Line 30 | Line 30 | import java.util.List;
30   public interface ExecutorService extends Executor {
31  
32      /**
33 <     * Initiates an orderly shutdown in which previously submitted tasks
34 <     * are executed, but no new tasks will be accepted.
33 >     * Initiates an orderly shutdown in which previously submitted
34 >     * tasks are executed, but no new tasks will be
35 >     * accepted. Invocation has no additional effect if already shut
36 >     * down.
37       *
38       */
39      void shutdown();

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines