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

Comparing jsr166/src/main/java/util/concurrent/Future.java (file contents):
Revision 1.18 by tim, Wed Dec 10 17:01:58 2003 UTC vs.
Revision 1.19 by jozart, Mon Dec 15 08:30:09 2003 UTC

# Line 70 | Line 70 | public interface Future<V> {
70       * task should be interrupted; otherwise, in-progress tasks are allowed
71       * to complete
72       * @return <tt>false</tt> if the task could not be cancelled,
73 <     * typically because is has already completed normally;
73 >     * typically because it has already completed normally;
74       * <tt>true</tt> otherwise
75       */
76      boolean cancel(boolean mayInterruptIfRunning);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines