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.10 by dl, Sun Aug 24 14:47:31 2003 UTC vs.
Revision 1.11 by dl, Fri Aug 29 14:09:52 2003 UTC

# Line 62 | Line 62 | public interface Future<V> extends Cance
62       * retrieves its result.
63       *
64       * @return computed result
65 <     * @throws CancellationException here???
65 >     * @throws CancellationException if this future was cancelled.
66       * @throws ExecutionException if underlying computation threw an
67       * exception
68       * @throws InterruptedException if current thread was interrupted

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines