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

Comparing jsr166/src/main/java/util/concurrent/SynchronousQueue.java (file contents):
Revision 1.99 by jsr166, Thu Jul 18 17:38:29 2013 UTC vs.
Revision 1.100 by jsr166, Thu Jul 18 18:21:23 2013 UTC

# Line 1139 | Line 1139 | public class SynchronousQueue<E> extends
1139      /**
1140       * Saves this queue to a stream (that is, serializes it).
1141       * @param s the stream
1142 +     * @throws java.io.IOException if an I/O error occurs
1143       */
1144      private void writeObject(java.io.ObjectOutputStream s)
1145          throws java.io.IOException {
# Line 1159 | Line 1160 | public class SynchronousQueue<E> extends
1160      /**
1161       * Reconstitutes this queue from a stream (that is, deserializes it).
1162       * @param s the stream
1163 +     * @throws ClassNotFoundException if the class of a serialized object
1164 +     *         could not be found
1165 +     * @throws java.io.IOException if an I/O error occurs
1166       */
1167      private void readObject(java.io.ObjectInputStream s)
1168          throws java.io.IOException, ClassNotFoundException {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines