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

Comparing jsr166/src/main/java/util/concurrent/LinkedBlockingQueue.java (file contents):
Revision 1.64 by jsr166, Sun Jul 3 06:20:23 2011 UTC vs.
Revision 1.65 by jsr166, Wed Aug 3 14:44:33 2011 UTC

# Line 857 | Line 857 | public class LinkedBlockingQueue<E> exte
857      }
858  
859      /**
860 <     * Reconstitute this queue instance from a stream (that is,
861 <     * deserialize it).
860 >     * Reconstitutes this queue from a stream (that is, deserializes it).
861       *
862       * @param s the stream
863       */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines