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.14 by dl, Fri Jan 16 18:15:59 2004 UTC vs.
Revision 1.15 by dl, Mon Jan 19 15:49:02 2004 UTC

# Line 474 | Line 474 | public class ScheduledThreadPoolExecutor
474       * tasks submitted using <tt>execute</tt> which are for scheduling
475       * purposes used as the basis of a zero-delay
476       * <tt>ScheduledFuture</tt>. Iteration over this queue is
477 <     * </em>not</em> guaranteed to traverse tasks in the order in
477 >     * <em>not</em> guaranteed to traverse tasks in the order in
478       * which they will execute.
479       *
480       * @return the task queue

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines