--- jsr166/src/jsr166y/LinkedTransferQueue.java 2009/07/27 03:21:19 1.29 +++ jsr166/src/jsr166y/LinkedTransferQueue.java 2009/07/27 03:22:39 1.30 @@ -542,8 +542,8 @@ public class LinkedTransferQueue exte } /** - * @throws NullPointerException {@inheritDoc} - * @throwsIllegalArgumentException {@inheritDoc} + * @throws NullPointerException {@inheritDoc} + * @throws IllegalArgumentException {@inheritDoc} */ public int drainTo(Collection c) { if (c == null) @@ -560,8 +560,8 @@ public class LinkedTransferQueue exte } /** - * @throws NullPointerException {@inheritDoc} - * @throwsIllegalArgumentException {@inheritDoc} + * @throws NullPointerException {@inheritDoc} + * @throws IllegalArgumentException {@inheritDoc} */ public int drainTo(Collection c, int maxElements) { if (c == null)