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

# Line 1474 | Line 1474 | public class ConcurrentLinkedDeque<E>
1474       * Saves this deque to a stream (that is, serializes it).
1475       *
1476       * @param s the stream
1477 +     * @throws java.io.IOException if an I/O error occurs
1478       * @serialData All of the elements (each an {@code E}) in
1479       * the proper order, followed by a null
1480       */
# Line 1497 | Line 1498 | public class ConcurrentLinkedDeque<E>
1498      /**
1499       * Reconstitutes this deque from a stream (that is, deserializes it).
1500       * @param s the stream
1501 +     * @throws ClassNotFoundException if the class of a serialized object
1502 +     *         could not be found
1503 +     * @throws java.io.IOException if an I/O error occurs
1504       */
1505      private void readObject(java.io.ObjectInputStream s)
1506          throws java.io.IOException, ClassNotFoundException {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines