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

Comparing jsr166/src/main/java/util/concurrent/ScheduledExecutor.java (file contents):
Revision 1.23 by dl, Mon Aug 25 00:03:57 2003 UTC vs.
Revision 1.24 by dl, Fri Aug 29 14:09:52 2003 UTC

# Line 452 | Line 452 | public class ScheduledExecutor extends T
452      }
453  
454      /**
455 <     * Set policy on whether to execute existing delayed
455 >     * Get policy on whether to execute existing delayed
456       * tasks even when this executor has been <tt>shutdown</tt>. In
457       * this case, these tasks will only terminate upon
458       * <tt>shutdownNow</tt>, or after setting the policy to

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines