ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/src/main/java/util/concurrent/ScheduledExecutorService.java
(Generate patch)

Comparing jsr166/src/main/java/util/concurrent/ScheduledExecutorService.java (file contents):
Revision 1.2 by tim, Wed Dec 10 01:51:11 2003 UTC vs.
Revision 1.3 by dl, Fri Dec 19 14:42:25 2003 UTC

# Line 45 | Line 45 | public interface ScheduledExecutorServic
45       * @param delay the time from now to delay execution.
46       * @param unit the time unit of the delay parameter.
47       * @return a Future representing pending completion of the task,
48 <     * and whose <tt>get()</tt> method will return an arbitrary value
48 >     * and whose <tt>get()</tt> method will return <tt>null</tt>
49       * upon completion.
50       * @throws RejectedExecutionException if task cannot be scheduled
51       * for execution because the executor has been shut down.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines