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.44 by dl, Mon Feb 9 13:28:48 2004 UTC vs.
Revision 1.45 by dl, Sun Feb 15 00:26:53 2004 UTC

# Line 110 | Line 110 | public class SynchronousQueue<E> extends
110      }
111  
112      /**
113 <     * Queue to hold waiting puts/takes; specialized to FiFo/Lifo below.
113 >     * Queue to hold waiting puts/takes; specialized to Fifo/Lifo below.
114       * These queues have all transient fields, but are serializable
115       * in order to recover fairness settings when deserialized.
116       */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines