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

Comparing jsr166/src/jsr166y/RecursiveTask.java (file contents):
Revision 1.7 by jsr166, Thu Jul 23 23:07:57 2009 UTC vs.
Revision 1.8 by jsr166, Mon Jul 27 15:10:33 2009 UTC

# Line 38 | Line 38 | package jsr166y;
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