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.32 by dl, Sun Aug 28 13:31:27 2005 UTC vs.
Revision 1.33 by jsr166, Thu Sep 8 21:58:22 2005 UTC

# Line 45 | Line 45 | import java.util.*;
45   * {@link FutureTask}. However, this may be modified or replaced using
46   * subclasses of the form:
47   *
48 < * <pre>
48 > * <pre>
49   * public class CustomScheduledExecutor extends ScheduledThreadPoolExecutor {
50   *
51   *   static class CustomTask&lt;V&gt; implements RunnableScheduledFuture&lt;V&gt; { ... }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines