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

Comparing jsr166/src/jsr166e/RecursiveTask.java (file contents):
Revision 1.2 by jsr166, Sun Nov 25 21:21:11 2012 UTC vs.
Revision 1.3 by jsr166, Sun Jul 21 06:35:08 2013 UTC

# Line 46 | Line 46 | public abstract class RecursiveTask<V> e
46  
47      /**
48       * The main computation performed by this task.
49 +     * @return the result of the computation
50       */
51      protected abstract V compute();
52  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines