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.30 by dl, Thu Sep 25 11:01:22 2003 UTC vs.
Revision 1.31 by dl, Fri Sep 26 11:37:11 2003 UTC

# Line 604 | Line 604 | public class ScheduledExecutor extends T
604       * tasks submitted using <tt>execute</tt> which are for scheduling
605       * purposes used as the basis of a zero-delay
606       * <tt>ScheduledCancellable</tt>. Iteration over this queue is
607 <     * </em>not</em> guaranteed to travserse tasks in the order in
607 >     * </em>not</em> guaranteed to traverse tasks in the order in
608       * which they will execute.
609       *
610       * @return the task queue

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines