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

Comparing jsr166/src/main/java/util/concurrent/ConcurrentLinkedDeque.java (file contents):
Revision 1.46 by dl, Fri Jun 7 23:56:37 2013 UTC vs.
Revision 1.47 by jsr166, Thu Jul 18 17:38:29 2013 UTC

# Line 1473 | Line 1473 | public class ConcurrentLinkedDeque<E>
1473      /**
1474       * Saves this deque to a stream (that is, serializes it).
1475       *
1476 +     * @param s the stream
1477       * @serialData All of the elements (each an {@code E}) in
1478       * the proper order, followed by a null
1479       */
# Line 1495 | Line 1496 | public class ConcurrentLinkedDeque<E>
1496  
1497      /**
1498       * Reconstitutes this deque from a stream (that is, deserializes it).
1499 +     * @param s the stream
1500       */
1501      private void readObject(java.io.ObjectInputStream s)
1502          throws java.io.IOException, ClassNotFoundException {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines