Return-Path: Delivered-To: apmail-jakarta-commons-dev-archive@www.apache.org Received: (qmail 17180 invoked from network); 9 Oct 2003 20:51:22 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 9 Oct 2003 20:51:22 -0000 Received: (qmail 10762 invoked by uid 500); 9 Oct 2003 20:51:04 -0000 Delivered-To: apmail-jakarta-commons-dev-archive@jakarta.apache.org Received: (qmail 10658 invoked by uid 500); 9 Oct 2003 20:51:03 -0000 Mailing-List: contact commons-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Jakarta Commons Developers List" Reply-To: "Jakarta Commons Developers List" Delivered-To: mailing list commons-dev@jakarta.apache.org Received: (qmail 10645 invoked by uid 500); 9 Oct 2003 20:51:03 -0000 Received: (qmail 10641 invoked from network); 9 Oct 2003 20:51:03 -0000 Received: from unknown (HELO minotaur.apache.org) (209.237.227.194) by daedalus.apache.org with SMTP; 9 Oct 2003 20:51:03 -0000 Received: (qmail 15693 invoked by uid 1529); 9 Oct 2003 20:51:15 -0000 Date: 9 Oct 2003 20:51:15 -0000 Message-ID: <20031009205115.15692.qmail@minotaur.apache.org> From: scolebourne@apache.org To: jakarta-commons-cvs@apache.org Subject: cvs commit: jakarta-commons/collections/src/java/org/apache/commons/collections/primitives IntCollections.java ArrayUnsignedIntList.java CharList.java X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N scolebourne 2003/10/09 13:51:15 Modified: collections/src/java/org/apache/commons/collections/primitives IntCollections.java ArrayUnsignedIntList.java CharList.java Log: Fix various javadoc link warnings bug 23680, from Eric Johnson Revision Changes Path 1.4 +4 -4 jakarta-commons/collections/src/java/org/apache/commons/collections/primitives/IntCollections.java Index: IntCollections.java =================================================================== RCS file: /home/cvs/jakarta-commons/collections/src/java/org/apache/commons/collections/primitives/IntCollections.java,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- IntCollections.java 31 Aug 2003 17:21:15 -0000 1.3 +++ IntCollections.java 9 Oct 2003 20:51:15 -0000 1.4 @@ -120,7 +120,7 @@ /** * Returns an unmodifiable version of the given non-null IntIterator. - * @param list the non-null IntIterator to wrap in an unmodifiable decorator + * @param iter the non-null IntIterator to wrap in an unmodifiable decorator * @return an unmodifiable version of the given non-null IntIterator * @throws NullPointerException if the given IntIterator is null * @see org.apache.commons.collections.primitives.decorators.UnmodifiableIntIterator#wrap @@ -134,7 +134,7 @@ /** * Returns an unmodifiable version of the given non-null IntListIterator. - * @param list the non-null IntListIterator to wrap in an unmodifiable decorator + * @param iter the non-null IntListIterator to wrap in an unmodifiable decorator * @return an unmodifiable version of the given non-null IntListIterator * @throws NullPointerException if the given IntListIterator is null * @see org.apache.commons.collections.primitives.decorators.UnmodifiableIntListIterator#wrap 1.6 +3 -3 jakarta-commons/collections/src/java/org/apache/commons/collections/primitives/ArrayUnsignedIntList.java Index: ArrayUnsignedIntList.java =================================================================== RCS file: /home/cvs/jakarta-commons/collections/src/java/org/apache/commons/collections/primitives/ArrayUnsignedIntList.java,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- ArrayUnsignedIntList.java 31 Aug 2003 17:21:14 -0000 1.5 +++ ArrayUnsignedIntList.java 9 Oct 2003 20:51:15 -0000 1.6 @@ -110,7 +110,7 @@ * Constructs a list containing the elements of the given collection, * in the order they are returned by that collection's iterator. * - * @see ArrayIntList#addAll(org.apache.commons.collections.primitives.LongCollection) + * @see AbstractLongCollection#addAll(LongCollection) * @param that the non-null collection of ints * to add * @throws NullPointerException if that is null 1.3 +3 -3 jakarta-commons/collections/src/java/org/apache/commons/collections/primitives/CharList.java Index: CharList.java =================================================================== RCS file: /home/cvs/jakarta-commons/collections/src/java/org/apache/commons/collections/primitives/CharList.java,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- CharList.java 31 Aug 2003 17:21:14 -0000 1.2 +++ CharList.java 9 Oct 2003 20:51:15 -0000 1.3 @@ -168,7 +168,7 @@ * This contract ensures that this method is consistent with * {@link #equals equals} and with the * {@link java.util.List#hashCode hashCode} - * method of a {@link java.util.List List} of {@link Char}s. + * method of a {@link java.util.List List} of {@link Character}s. * * @return my hash code */ --------------------------------------------------------------------- To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: commons-dev-help@jakarta.apache.org