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.75 by jsr166, Sat Aug 27 22:44:54 2005 UTC vs.
Revision 1.76 by jsr166, Sat Sep 10 09:34:17 2005 UTC

# Line 1128 | Line 1128 | public class ThreadPoolExecutor extends
1128       * However, in such cases, method {@link ThreadPoolExecutor#purge}
1129       * may be used to remove those Futures that have been cancelled.
1130       *
1131     *
1131       * @param task the task to remove
1132       * @return true if the task was removed
1133       */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines