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.80 by jsr166, Tue Jun 21 19:47:21 2011 UTC vs.
Revision 1.81 by jsr166, Tue Oct 25 18:46:37 2011 UTC

# Line 1129 | Line 1129 | public class SynchronousQueue<E> extends
1129      private WaitQueue waitingConsumers;
1130  
1131      /**
1132 <     * Save the state to a stream (that is, serialize it).
1132 >     * Saves the state to a stream (that is, serializes it).
1133       *
1134       * @param s the stream
1135       */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines