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

Comparing jsr166/src/main/java/util/concurrent/ThreadPoolExecutor.java (file contents):
Revision 1.148 by jsr166, Mon Jul 22 18:31:19 2013 UTC vs.
Revision 1.149 by jsr166, Tue Mar 11 13:29:27 2014 UTC

# Line 1708 | Line 1708 | public class ThreadPoolExecutor extends
1708       *
1709       * <p>This method may be useful as one part of a cancellation
1710       * scheme.  It may fail to remove tasks that have been converted
1711 <     * into other forms before being placed on the internal queue. For
1712 <     * example, a task entered using {@code submit} might be
1711 >     * into other forms before being placed on the internal queue.
1712 >     * For example, a task entered using {@code submit} might be
1713       * converted into a form that maintains {@code Future} status.
1714       * However, in such cases, method {@link #purge} may be used to
1715       * remove those Futures that have been cancelled.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines