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.30 by dl, Mon Feb 9 00:23:55 2004 UTC vs.
Revision 1.31 by dl, Mon Feb 9 13:28:48 2004 UTC

# Line 35 | Line 35 | public class FutureTask<V> implements Fu
35      private final Sync sync;
36  
37      /**
38 <     * Constructs a <tt>FutureTask</tt> that will upon running, execute the
38 >     * Creates a <tt>FutureTask</tt> that will upon running, execute the
39       * given <tt>Callable</tt>.
40       *
41       * @param  callable the callable task
# Line 48 | Line 48 | public class FutureTask<V> implements Fu
48      }
49  
50      /**
51 <     * Constructs a <tt>FutureTask</tt> that will upon running, execute the
51 >     * Creates a <tt>FutureTask</tt> that will upon running, execute the
52       * given <tt>Runnable</tt>, and arrange that <tt>get</tt> will return the
53       * given result on successful completion.
54       *

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines