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.53 by dl, Mon Jun 13 18:42:43 2005 UTC vs.
Revision 1.54 by jsr166, Sun Jun 19 23:13:42 2005 UTC

# Line 661 | Line 661 | public class SynchronousQueue<E> extends
661       * Always returns <tt>false</tt>.
662       * A <tt>SynchronousQueue</tt> has no internal capacity.
663       *
664 <     * @param o the element
664 >     * @param o object to be checked for containment in this queue
665       * @return <tt>false</tt>
666       */
667      public boolean contains(Object o) {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines