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.47 by dl, Fri Jun 7 23:56:37 2013 UTC vs.
Revision 1.48 by jsr166, Thu Jul 18 17:38:29 2013 UTC

# Line 1250 | Line 1250 | public class LinkedBlockingDeque<E>
1250      /**
1251       * Saves this deque to a stream (that is, serializes it).
1252       *
1253 +     * @param s the stream
1254       * @serialData The capacity (int), followed by elements (each an
1255       * {@code Object}) in the proper order, followed by a null
1256       */
# Line 1272 | Line 1273 | public class LinkedBlockingDeque<E>
1273  
1274      /**
1275       * Reconstitutes this deque from a stream (that is, deserializes it).
1276 +     * @param s the stream
1277       */
1278      private void readObject(java.io.ObjectInputStream s)
1279          throws java.io.IOException, ClassNotFoundException {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines