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.50 by jsr166, Tue May 17 06:07:40 2005 UTC vs.
Revision 1.51 by jsr166, Tue May 17 16:16:01 2005 UTC

# Line 564 | Line 564 | public class SynchronousQueue<E> extends
564       * waiting to receive it.
565       *
566       * @param e the element to add
567 <     * @return <tt>true</tt> if it was possible to add the element to
568 <     *         this queue, else <tt>false</tt>
567 >     * @return <tt>true</tt> if the element was added to this queue, else
568 >     *         <tt>false</tt>
569       * @throws NullPointerException if the specified element is null
570       */
571      public boolean offer(E e) {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines