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.2 by dl, Fri Dec 5 11:57:52 2003 UTC vs.
Revision 1.3 by tim, Sun Dec 7 14:57:46 2003 UTC

# Line 30 | Line 30 | import java.util.*;
30   * @since 1.5
31   * @author Doug Lea
32   */
33 < public class ScheduledThreadPoolExecutor extends ThreadPoolExecutor implements ScheduledExecutor {
33 > public class ScheduledThreadPoolExecutor
34 >        extends ThreadPoolExecutor
35 >        implements ScheduledExecutorService {
36  
37      /**
38       * False if should cancel/suppress periodic tasks on shutdown.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines