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.30 by jsr166, Tue Jun 14 03:22:38 2011 UTC vs.
Revision 1.31 by jsr166, Wed Aug 3 14:44:33 2011 UTC

# Line 1147 | Line 1147 | public class LinkedBlockingDeque<E>
1147      }
1148  
1149      /**
1150 <     * Reconstitute this deque from a stream (that is,
1151 <     * deserialize it).
1150 >     * Reconstitutes this deque from a stream (that is, deserializes it).
1151 >     *
1152       * @param s the stream
1153       */
1154      private void readObject(java.io.ObjectInputStream s)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines