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.2 by dl, Tue May 27 18:14:40 2003 UTC vs.
Revision 1.3 by dl, Thu May 29 13:21:28 2003 UTC

# Line 75 | Line 75 | public interface Future<V> {
75       * @param timeout the maximum time to wait
76       * @param granularity the time unit of the timeout argument
77       * @return computed result
78     * @throws CancellationException here???
78       * @throws ExecutionException if underlying computation threw an exception
79       * @throws InterruptedException if current thread was interrupted while waiting
80       * @throws TimeoutException if the wait timed out

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines