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.33 by jsr166, Mon Dec 5 04:08:47 2011 UTC vs.
Revision 1.34 by jsr166, Mon Dec 12 20:53:11 2011 UTC

# Line 1123 | Line 1123 | public class LinkedBlockingDeque<E>
1123      }
1124  
1125      /**
1126 <     * Saves the state of this deque to a stream (that is, serializes it).
1126 >     * Saves this deque to a stream (that is, serializes it).
1127       *
1128       * @serialData The capacity (int), followed by elements (each an
1129       * {@code Object}) in the proper order, followed by a null
1130     * @param s the stream
1130       */
1131      private void writeObject(java.io.ObjectOutputStream s)
1132          throws java.io.IOException {
# Line 1148 | Line 1147 | public class LinkedBlockingDeque<E>
1147  
1148      /**
1149       * Reconstitutes this deque from a stream (that is, deserializes it).
1151     *
1152     * @param s the stream
1150       */
1151      private void readObject(java.io.ObjectInputStream s)
1152          throws java.io.IOException, ClassNotFoundException {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines