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

Comparing jsr166/src/main/java/util/concurrent/ForkJoinTask.java (file contents):
Revision 1.82 by jsr166, Thu Jul 18 17:13:42 2013 UTC vs.
Revision 1.83 by jsr166, Thu Jul 18 17:38:29 2013 UTC

# Line 1472 | Line 1472 | public abstract class ForkJoinTask<V> im
1472      /**
1473       * Saves this task to a stream (that is, serializes it).
1474       *
1475 +     * @param s the stream
1476       * @serialData the current run status and the exception thrown
1477       * during execution, or {@code null} if none
1478       */
# Line 1483 | Line 1484 | public abstract class ForkJoinTask<V> im
1484  
1485      /**
1486       * Reconstitutes this task from a stream (that is, deserializes it).
1487 +     * @param s the stream
1488       */
1489      private void readObject(java.io.ObjectInputStream s)
1490          throws java.io.IOException, ClassNotFoundException {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines