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.9 by jsr166, Tue Feb 17 18:55:39 2015 UTC vs.
Revision 1.10 by jsr166, Thu Oct 17 01:51:38 2019 UTC

# Line 42 | Line 42 | public abstract class RecursiveTask<V> e
42      /**
43       * The result of the computation.
44       */
45 +    @SuppressWarnings("serial") // Conditionally serializable
46      V result;
47  
48      /**

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines