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.65 by jsr166, Wed Aug 3 14:44:33 2011 UTC vs.
Revision 1.66 by jsr166, Tue Oct 25 18:46:37 2011 UTC

# Line 830 | Line 830 | public class LinkedBlockingQueue<E> exte
830      }
831  
832      /**
833 <     * Save the state to a stream (that is, serialize it).
833 >     * Saves the state to a stream (that is, serializes it).
834       *
835       * @serialData The capacity is emitted (int), followed by all of
836       * its elements (each an {@code Object}) in the proper order,

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines