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.83 by jsr166, Thu Jul 18 17:38:29 2013 UTC vs.
Revision 1.84 by jsr166, Thu Jul 18 18:21:22 2013 UTC

# Line 1473 | Line 1473 | public abstract class ForkJoinTask<V> im
1473       * Saves this task to a stream (that is, serializes it).
1474       *
1475       * @param s the stream
1476 +     * @throws java.io.IOException if an I/O error occurs
1477       * @serialData the current run status and the exception thrown
1478       * during execution, or {@code null} if none
1479       */
# Line 1485 | Line 1486 | public abstract class ForkJoinTask<V> im
1486      /**
1487       * Reconstitutes this task from a stream (that is, deserializes it).
1488       * @param s the stream
1489 +     * @throws ClassNotFoundException if the class of a serialized object
1490 +     *         could not be found
1491 +     * @throws java.io.IOException if an I/O error occurs
1492       */
1493      private void readObject(java.io.ObjectInputStream s)
1494          throws java.io.IOException, ClassNotFoundException {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines