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.19 by dl, Sat Sep 13 18:51:11 2003 UTC vs.
Revision 1.20 by dl, Mon Sep 15 12:02:46 2003 UTC

# Line 313 | Line 313 | public class SynchronousQueue<E> extends
313      }
314  
315      /**
316 <     * Adds the specified element to this queue, waiting if necessary
316 >     * Inserts the specified element into this queue, waiting if necessary
317       * up to the specified wait time for another thread to receive it.
318       * @param o the element to add
319       * @param timeout how long to wait before giving up, in units of
# Line 358 | Line 358 | public class SynchronousQueue<E> extends
358      // Untimed nonblocking versions
359  
360     /**
361 <    * Adds the specified element to this queue, if another thread is
361 >    * Inserts the specified element into this queue, if another thread is
362      * waiting to receive it.
363      *
364      * @param o the element to add.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines