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

Comparing jsr166/src/main/java/util/concurrent/AbstractExecutorService.java (file contents):
Revision 1.38 by jsr166, Mon Dec 19 20:05:42 2011 UTC vs.
Revision 1.39 by jsr166, Sun Nov 18 18:03:10 2012 UTC

# Line 19 | Line 19 | import java.util.*;
19   * to return <tt>RunnableFuture</tt> implementations other than
20   * <tt>FutureTask</tt>.
21   *
22 < * <p> <b>Extension example</b>. Here is a sketch of a class
22 > * <p><b>Extension example</b>. Here is a sketch of a class
23   * that customizes {@link ThreadPoolExecutor} to use
24   * a <tt>CustomTask</tt> class instead of the default <tt>FutureTask</tt>:
25   *  <pre> {@code

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines