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.18 by dl, Thu Aug 14 15:34:04 2003 UTC vs.
Revision 1.19 by dl, Thu Aug 14 15:59:04 2003 UTC

# Line 574 | Line 574 | public class ScheduledExecutor extends T
574       * <tt>ExecuteExistingDelayedTasksAfterShutdownPolicy</tt> has
575       * been set <tt>false</tt>, existing delayed tasks whose delays
576       * have not yet elapsed are cancelled. And unless the
577 <     * <tt>ContinueExistingPeriodicTasksAfterShutdownPolicy>/tt> hase
577 >     * <tt>ContinueExistingPeriodicTasksAfterShutdownPolicy</tt> hase
578       * been set <tt>true</tt>, future executions of existing periodic
579       * tasks will be cancelled.
580       */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines