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

Comparing jsr166/src/main/java/util/concurrent/LinkedTransferQueue.java (file contents):
Revision 1.64 by jsr166, Wed Jun 19 16:57:06 2013 UTC vs.
Revision 1.65 by jsr166, Thu Jul 18 17:38:29 2013 UTC

# Line 1382 | Line 1382 | public class LinkedTransferQueue<E> exte
1382      /**
1383       * Saves this queue to a stream (that is, serializes it).
1384       *
1385 +     * @param s the stream
1386       * @serialData All of the elements (each an {@code E}) in
1387       * the proper order, followed by a null
1388       */
# Line 1396 | Line 1397 | public class LinkedTransferQueue<E> exte
1397  
1398      /**
1399       * Reconstitutes this queue from a stream (that is, deserializes it).
1400 +     * @param s the stream
1401       */
1402      private void readObject(java.io.ObjectInputStream s)
1403          throws java.io.IOException, ClassNotFoundException {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines