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

Comparing jsr166/src/main/java/util/concurrent/FutureTask.java (file contents):
Revision 1.11 by dl, Sat Oct 18 12:29:33 2003 UTC vs.
Revision 1.12 by dl, Mon Nov 10 17:31:23 2003 UTC

# Line 23 | Line 23 | package java.util.concurrent;
23   *
24   * @since 1.5
25   * @author Doug Lea
26 < * @param <V> The result type returned by this Future
26 > * @param <V> The result type returned by this FutureTask's <tt>get</tt> method
27   */
28   public class FutureTask<V> extends CancellableTask implements Future<V> {
29  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines