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.32 by dl, Sun Oct 5 23:00:18 2003 UTC vs.
Revision 1.33 by dl, Mon Nov 10 17:31:23 2003 UTC

# Line 32 | Line 32 | import java.util.*;
32   * <p>All <t>schedule</tt> methods accept <em>relative</em> delays and
33   * periods as arguments, not absolute times or dates. It is a simple
34   * matter to transform an absolute time represented as a {@link
35 < * java.util.Date}, to the required form. For example, to schedule at
35 > * java.util.Date} to the required form. For example, to schedule at
36   * a certain future <tt>date</tt>, you can use: <tt>schedule(task,
37   * date.getTime() - System.currentTimeMillis(),
38   * TimeUnit.MILLISECONDS)</tt>. Beware however that expiration of a

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines