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.59 by jsr166, Tue Feb 5 19:54:06 2013 UTC vs.
Revision 1.60 by jsr166, Mon Feb 11 08:09:36 2013 UTC

# Line 25 | Line 25 | import java.util.Collection;
25   * reclamation of its resources.
26   *
27   * <p>Method {@code submit} extends base method {@link
28 < * Executor#execute} by creating and returning a {@link Future} that
29 < * can be used to cancel execution and/or wait for completion.
28 > * Executor#execute(Runnable)} by creating and returning a {@link Future}
29 > * that can be used to cancel execution and/or wait for completion.
30   * Methods {@code invokeAny} and {@code invokeAll} perform the most
31   * commonly useful forms of bulk execution, executing a collection of
32   * tasks and then waiting for at least one, or all, to

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines