ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/src/jsr166y/LinkedTransferQueue.java
(Generate patch)

Comparing jsr166/src/jsr166y/LinkedTransferQueue.java (file contents):
Revision 1.29 by jsr166, Mon Jul 27 03:21:19 2009 UTC vs.
Revision 1.30 by jsr166, Mon Jul 27 03:22:39 2009 UTC

# Line 542 | Line 542 | public class LinkedTransferQueue<E> exte
542      }
543  
544      /**
545 <     * @throws NullPointerException    {@inheritDoc}
546 <     * @throwsIllegalArgumentException {@inheritDoc}
545 >     * @throws NullPointerException     {@inheritDoc}
546 >     * @throws IllegalArgumentException {@inheritDoc}
547       */
548      public int drainTo(Collection<? super E> c) {
549          if (c == null)
# Line 560 | Line 560 | public class LinkedTransferQueue<E> exte
560      }
561  
562      /**
563 <     * @throws NullPointerException    {@inheritDoc}
564 <     * @throwsIllegalArgumentException {@inheritDoc}
563 >     * @throws NullPointerException     {@inheritDoc}
564 >     * @throws IllegalArgumentException {@inheritDoc}
565       */
566      public int drainTo(Collection<? super E> c, int maxElements) {
567          if (c == null)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines