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.97 by jsr166, Thu Jul 18 17:38:29 2013 UTC vs.
Revision 1.98 by jsr166, Thu Jul 18 18:21:22 2013 UTC

# Line 890 | Line 890 | public class PriorityBlockingQueue<E> ex
890       * serialized.
891       *
892       * @param s the stream
893 +     * @throws java.io.IOException if an I/O error occurs
894       */
895      private void writeObject(java.io.ObjectOutputStream s)
896          throws java.io.IOException {
# Line 908 | Line 909 | public class PriorityBlockingQueue<E> ex
909      /**
910       * Reconstitutes this queue from a stream (that is, deserializes it).
911       * @param s the stream
912 +     * @throws ClassNotFoundException if the class of a serialized object
913 +     *         could not be found
914 +     * @throws java.io.IOException if an I/O error occurs
915       */
916      private void readObject(java.io.ObjectInputStream s)
917          throws java.io.IOException, ClassNotFoundException {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines