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

Comparing jsr166/src/main/java/util/concurrent/Cancellable.java (file contents):
Revision 1.2 by dl, Tue May 27 18:14:39 2003 UTC vs.
Revision 1.3 by dl, Fri Jun 6 18:42:17 2003 UTC

# Line 7 | Line 7
7   package java.util.concurrent;
8  
9   /**
10 < * An asynchronous task that can be cancelled.  Cancellation is performed by
11 < * the <tt>cancel</tt> method.  Additional methods are provided to determine
12 < * if the task completed normally or was cancelled.
10 > * Something (usually a task) that can be cancelled.  Cancellation is
11 > * performed by the <tt>cancel</tt> method.  Additional methods are
12 > * provided to determine if the task completed normally or was
13 > * cancelled.
14   *
15   * @since 1.5
16   *

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines