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

Comparing jsr166/src/main/java/util/concurrent/ScheduledThreadPoolExecutor.java (file contents):
Revision 1.68 by jsr166, Tue Feb 5 19:54:06 2013 UTC vs.
Revision 1.69 by jsr166, Mon Feb 11 08:09:37 2013 UTC

# Line 52 | Line 52 | import java.util.*;
52   * without threads to handle tasks once they become eligible to run.
53   *
54   * <p><b>Extension notes:</b> This class overrides the
55 < * {@link ThreadPoolExecutor#execute execute} and
55 > * {@link ThreadPoolExecutor#execute(Runnable) execute} and
56   * {@link AbstractExecutorService#submit(Runnable) submit}
57   * methods to generate internal {@link ScheduledFuture} objects to
58   * control per-task delays and scheduling.  To preserve

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines