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.10 by jsr166, Thu Oct 17 01:51:38 2019 UTC vs.
Revision 1.11 by jsr166, Fri Jul 24 20:54:37 2020 UTC

# Line 40 | Line 40 | public abstract class RecursiveTask<V> e
40      private static final long serialVersionUID = 5232453952276485270L;
41  
42      /**
43 +     * Constructor for subclasses to call.
44 +     */
45 +    public RecursiveTask() {}
46 +
47 +    /**
48       * The result of the computation.
49       */
50      @SuppressWarnings("serial") // Conditionally serializable

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines