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

Comparing jsr166/src/jsr166y/ForkJoinTask.java (file contents):
Revision 1.44 by jsr166, Wed Aug 19 17:44:45 2009 UTC vs.
Revision 1.45 by jsr166, Thu Oct 22 08:19:44 2009 UTC

# Line 1219 | Line 1219 | public abstract class ForkJoinTask<V> im
1219      private static final long serialVersionUID = -7721805057305804111L;
1220  
1221      /**
1222 <     * Save the state to a stream.
1222 >     * Saves the state to a stream.
1223       *
1224       * @serialData the current run status and the exception thrown
1225       * during execution, or {@code null} if none
# Line 1232 | Line 1232 | public abstract class ForkJoinTask<V> im
1232      }
1233  
1234      /**
1235 <     * Reconstitute the instance from a stream.
1235 >     * Reconstitutes the instance from a stream.
1236       *
1237       * @param s the stream
1238       */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines