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.22 by dl, Sat Oct 11 15:37:31 2003 UTC vs.
Revision 1.23 by dl, Sat Oct 18 12:29:33 2003 UTC

# Line 33 | Line 33 | import java.util.*;
33   * of the {@link Collection} and {@link Iterator} interfaces.
34   * @since 1.5
35   * @author Doug Lea
36 < **/
36 > * @param <E> the base class of all elements held in this collection
37 > */
38   public class SynchronousQueue<E> extends AbstractQueue<E>
39          implements BlockingQueue<E>, java.io.Serializable {
40      private static final long serialVersionUID = -3223113410248163686L;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines