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.15 by dl, Sat Oct 18 12:29:33 2003 UTC vs.
Revision 1.16 by dl, Mon Nov 10 17:31:23 2003 UTC

# Line 52 | Line 52 | package java.util.concurrent;
52   * @see Executor
53   * @since 1.5
54   * @author Doug Lea
55 < * @param <V> The result type returned by this Future
55 > * @param <V> The result type returned by this Future's <tt>get</tt> method
56   */
57   public interface Future<V> extends Cancellable {
58  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines