ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/src/main/java/util/concurrent/RecursiveTask.java
(Generate patch)

Comparing jsr166/src/main/java/util/concurrent/RecursiveTask.java (file contents):
Revision 1.1 by jsr166, Sat Jul 25 01:06:20 2009 UTC vs.
Revision 1.2 by jsr166, Wed Jul 29 02:35:48 2009 UTC

# Line 38 | Line 38 | package java.util.concurrent;
38   public abstract class RecursiveTask<V> extends ForkJoinTask<V> {
39  
40      /**
41 <     * The result returned by compute method.
41 >     * The result of the computation.
42       */
43      V result;
44  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines