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

Comparing jsr166/src/main/java/util/concurrent/LinkedBlockingDeque.java (file contents):
Revision 1.48 by jsr166, Thu Jul 18 17:38:29 2013 UTC vs.
Revision 1.49 by jsr166, Thu Jul 18 18:21:22 2013 UTC

# Line 1251 | Line 1251 | public class LinkedBlockingDeque<E>
1251       * Saves this deque to a stream (that is, serializes it).
1252       *
1253       * @param s the stream
1254 +     * @throws java.io.IOException if an I/O error occurs
1255       * @serialData The capacity (int), followed by elements (each an
1256       * {@code Object}) in the proper order, followed by a null
1257       */
# Line 1274 | Line 1275 | public class LinkedBlockingDeque<E>
1275      /**
1276       * Reconstitutes this deque from a stream (that is, deserializes it).
1277       * @param s the stream
1278 +     * @throws ClassNotFoundException if the class of a serialized object
1279 +     *         could not be found
1280 +     * @throws java.io.IOException if an I/O error occurs
1281       */
1282      private void readObject(java.io.ObjectInputStream s)
1283          throws java.io.IOException, ClassNotFoundException {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines