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.52 by jsr166, Thu Jun 30 15:16:32 2011 UTC vs.
Revision 1.53 by jsr166, Mon Dec 12 20:53:11 2011 UTC

# Line 1311 | Line 1311 | public abstract class ForkJoinTask<V> im
1311      private static final long serialVersionUID = -7721805057305804111L;
1312  
1313      /**
1314 <     * Saves the state to a stream (that is, serializes it).
1314 >     * Saves this task to a stream (that is, serializes it).
1315       *
1316       * @serialData the current run status and the exception thrown
1317       * during execution, or {@code null} if none
1318     * @param s the stream
1318       */
1319      private void writeObject(java.io.ObjectOutputStream s)
1320          throws java.io.IOException {
# Line 1324 | Line 1323 | public abstract class ForkJoinTask<V> im
1323      }
1324  
1325      /**
1326 <     * Reconstitutes the instance from a stream (that is, deserializes it).
1328 <     *
1329 <     * @param s the stream
1326 >     * Reconstitutes this task from a stream (that is, deserializes it).
1327       */
1328      private void readObject(java.io.ObjectInputStream s)
1329          throws java.io.IOException, ClassNotFoundException {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines