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.40 by dl, Mon May 23 11:29:35 2005 UTC vs.
Revision 1.41 by jsr166, Sun Jun 12 00:36:30 2005 UTC

# Line 5 | Line 5
5   */
6  
7   package java.util.concurrent;
8 + import java.util.concurrent.*; // for javadoc
9   import java.util.concurrent.locks.*;
10  
11   /**
# Line 112 | Line 113 | public class FutureTask<V> implements Ru
113       * already been set or has been cancelled.
114       * This method is invoked internally by the <tt>run</tt> method
115       * upon failure of the computation.
116 <     * @param t the cause of failure.
116 >     * @param t the cause of failure
117       */
118      protected void setException(Throwable t) {
119          sync.innerSetException(t);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines