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.96 by jsr166, Thu May 2 05:56:15 2013 UTC vs.
Revision 1.97 by jsr166, Thu Jul 18 17:38:29 2013 UTC

# Line 888 | Line 888 | public class PriorityBlockingQueue<E> ex
888       * For compatibility with previous version of this class, elements
889       * are first copied to a java.util.PriorityQueue, which is then
890       * serialized.
891 +     *
892 +     * @param s the stream
893       */
894      private void writeObject(java.io.ObjectOutputStream s)
895          throws java.io.IOException {
# Line 905 | Line 907 | public class PriorityBlockingQueue<E> ex
907  
908      /**
909       * Reconstitutes this queue from a stream (that is, deserializes it).
910 +     * @param s the stream
911       */
912      private void readObject(java.io.ObjectInputStream s)
913          throws java.io.IOException, ClassNotFoundException {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines