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.67 by jsr166, Thu Nov 24 02:35:13 2011 UTC vs.
Revision 1.68 by jsr166, Mon Dec 12 20:53:11 2011 UTC

# Line 828 | Line 828 | public class LinkedBlockingQueue<E> exte
828      }
829  
830      /**
831 <     * Saves the state to a stream (that is, serializes it).
831 >     * Saves this queue to a stream (that is, serializes it).
832       *
833       * @serialData The capacity is emitted (int), followed by all of
834       * its elements (each an {@code Object}) in the proper order,
835       * followed by a null
836     * @param s the stream
836       */
837      private void writeObject(java.io.ObjectOutputStream s)
838          throws java.io.IOException {
# Line 856 | Line 855 | public class LinkedBlockingQueue<E> exte
855  
856      /**
857       * Reconstitutes this queue from a stream (that is, deserializes it).
859     *
860     * @param s the stream
858       */
859      private void readObject(java.io.ObjectInputStream s)
860          throws java.io.IOException, ClassNotFoundException {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines