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-<code>null</code> collection of <code>int</code>s 
        *        to add
        * @throws NullPointerException if <i>that</i> is <code>null</code>
  
  
  
  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 
        * [EMAIL PROTECTED] #equals equals} and with the 
        * [EMAIL PROTECTED] java.util.List#hashCode hashCode}
  -     * method of a [EMAIL PROTECTED] java.util.List List} of [EMAIL PROTECTED] 
Char}s. 
  +     * method of a [EMAIL PROTECTED] java.util.List List} of [EMAIL PROTECTED] 
Character}s. 
        * 
        * @return my hash code
        */
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to