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.15 by dl, Mon Aug 11 15:44:43 2003 UTC vs.
Revision 1.16 by dl, Mon Aug 11 19:41:03 2003 UTC

# Line 460 | Line 460 | public class ScheduledExecutor extends T
460      }
461  
462      /**
463 <     * Execute command with zero required delay.
463 >     * Execute command with zero required delay. This has effect
464 >     * equivalent to <tt>schedule(command, 0, anyUnit)</tt>.  Note
465 >     * that inspections of the queue and of the list returned by
466 >     * <tt>shutdownNow</tt> will access the zero-delayed
467 >     * <tt>DelayedTask</tt>, not the <tt>command</tt> itself.
468       *
469       * @param command the task to execute
470       * @throws RejectedExecutionException at discretion of

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines