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.43 by jsr166, Thu Jul 21 03:03:22 2005 UTC vs.
Revision 1.44 by jsr166, Mon Aug 15 20:40:25 2005 UTC

# Line 125 | Line 125 | public class FutureTask<V> implements Ru
125          sync.innerSetException(t);
126      }
127  
128 +    // The following (duplicated) doc comment can be removed once
129 +    //
130 +    // 6270645: Javadoc comments should be inherited from most derived
131 +    //          superinterface or superclass
132 +    // is fixed.
133 +    /**
134 +     * Sets this Future to the result of its computation
135 +     * unless it has been cancelled.
136 +     */
137      public void run() {
138          sync.innerRun();
139      }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines