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

Comparing jsr166/src/main/java/util/concurrent/ScheduledFuture.java (file contents):
Revision 1.1 by tim, Tue Aug 19 15:04:57 2003 UTC vs.
Revision 1.2 by dl, Sun Aug 31 13:33:14 2003 UTC

# Line 12 | Line 12 | package java.util.concurrent;
12   * a task with a {@link ScheduledExecutor}.
13   *
14   * @since 1.5
15 *
16 * @spec JSR-166
17 * @revised $Date$
18 * @editor $Author$
19 * @see ScheduledExecutor
15   * @author Doug Lea
16   */
17   public interface ScheduledFuture<V> extends Delayed, Future<V> {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines