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

Comparing jsr166/src/main/java/util/concurrent/PriorityBlockingQueue.java (file contents):
Revision 1.82 by jsr166, Fri Dec 2 14:37:32 2011 UTC vs.
Revision 1.83 by jsr166, Mon Dec 12 20:53:11 2011 UTC

# Line 867 | Line 867 | public class PriorityBlockingQueue<E> ex
867      }
868  
869      /**
870 <     * Saves the state to a stream (that is, serializes it).  For
871 <     * compatibility with previous version of this class,
872 <     * elements are first copied to a java.util.PriorityQueue,
873 <     * which is then serialized.
870 >     * Saves this queue to a stream (that is, serializes it).
871 >     *
872 >     * For compatibility with previous version of this class, elements
873 >     * are first copied to a java.util.PriorityQueue, which is then
874 >     * serialized.
875       */
876      private void writeObject(java.io.ObjectOutputStream s)
877          throws java.io.IOException {
# Line 887 | Line 888 | public class PriorityBlockingQueue<E> ex
888      }
889  
890      /**
891 <     * Reconstitutes the {@code PriorityBlockingQueue} instance from a stream
891 <     * (that is, deserializes it).
892 <     *
893 <     * @param s the stream
891 >     * Reconstitutes this queue from a stream (that is, deserializes it).
892       */
893      private void readObject(java.io.ObjectInputStream s)
894          throws java.io.IOException, ClassNotFoundException {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines