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.45 by dl, Tue Mar 21 00:22:43 2006 UTC vs.
Revision 1.46 by jsr166, Thu Apr 20 07:01:39 2006 UTC

# Line 20 | Line 20 | import java.security.PrivilegedException
20   * to stop accepting new tasks.  After being shut down, the executor
21   * will eventually terminate, at which point no tasks are actively
22   * executing, no tasks are awaiting execution, and no new tasks can be
23 < * submitted. An unused <tt>ExecutorService</tt> should be shut down
23 > * submitted.  An unused <tt>ExecutorService</tt> should be shut down
24   * to allow reclamation of its resources.
25   *
26   * <p> Method <tt>submit</tt> extends base method {@link

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines