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.98 by jsr166, Sun Jul 14 22:17:52 2013 UTC vs.
Revision 1.99 by jsr166, Thu Jul 18 17:38:29 2013 UTC

# Line 1138 | Line 1138 | public class SynchronousQueue<E> extends
1138  
1139      /**
1140       * Saves this queue to a stream (that is, serializes it).
1141 +     * @param s the stream
1142       */
1143      private void writeObject(java.io.ObjectOutputStream s)
1144          throws java.io.IOException {
# Line 1157 | Line 1158 | public class SynchronousQueue<E> extends
1158  
1159      /**
1160       * Reconstitutes this queue from a stream (that is, deserializes it).
1161 +     * @param s the stream
1162       */
1163      private void readObject(java.io.ObjectInputStream s)
1164          throws java.io.IOException, ClassNotFoundException {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines