Author: scolebourne
Date: Sun Jul 24 16:24:01 2005
New Revision: 224672

URL: http://svn.apache.org/viewcvs?rev=224672&view=rev
Log:
Javadoc fixes

bug 35836, from Nathan Beyer

Modified:
    
jakarta/commons/proper/primitives/trunk/src/java/org/apache/commons/collections/primitives/IntList.java
    
jakarta/commons/proper/primitives/trunk/src/java/org/apache/commons/collections/primitives/LongList.java
    
jakarta/commons/proper/primitives/trunk/src/java/org/apache/commons/collections/primitives/ShortList.java

Modified: 
jakarta/commons/proper/primitives/trunk/src/java/org/apache/commons/collections/primitives/IntList.java
URL: 
http://svn.apache.org/viewcvs/jakarta/commons/proper/primitives/trunk/src/java/org/apache/commons/collections/primitives/IntList.java?rev=224672&r1=224671&r2=224672&view=diff
==============================================================================
--- 
jakarta/commons/proper/primitives/trunk/src/java/org/apache/commons/collections/primitives/IntList.java
 (original)
+++ 
jakarta/commons/proper/primitives/trunk/src/java/org/apache/commons/collections/primitives/IntList.java
 Sun Jul 24 16:24:01 2005
@@ -1,5 +1,5 @@
 /*
- * Copyright 2002-2004 The Apache Software Foundation
+ * Copyright 2002-2005 The Apache Software Foundation
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -89,7 +89,7 @@
      * Returns <code>true</code> iff <i>that</i> is an <code>IntList</code>
      * that contains the same elements in the same order as me.
      * In other words, returns <code>true</code> iff <i>that</i> is
-     * an <code>IntList</code> that has the same [EMAIL PROTECTED] #size size} 
as me,
+     * an <code>IntList</code> that has the same [EMAIL PROTECTED] #size() 
size} as me,
      * and for which the elements returned by its 
      * [EMAIL PROTECTED] IntList#iterator iterator} are equal 
(<code>==</code>) to
      * the corresponding elements within me.

Modified: 
jakarta/commons/proper/primitives/trunk/src/java/org/apache/commons/collections/primitives/LongList.java
URL: 
http://svn.apache.org/viewcvs/jakarta/commons/proper/primitives/trunk/src/java/org/apache/commons/collections/primitives/LongList.java?rev=224672&r1=224671&r2=224672&view=diff
==============================================================================
--- 
jakarta/commons/proper/primitives/trunk/src/java/org/apache/commons/collections/primitives/LongList.java
 (original)
+++ 
jakarta/commons/proper/primitives/trunk/src/java/org/apache/commons/collections/primitives/LongList.java
 Sun Jul 24 16:24:01 2005
@@ -1,5 +1,5 @@
 /*
- * Copyright 2002-2004 The Apache Software Foundation
+ * Copyright 2002-2005 The Apache Software Foundation
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -89,7 +89,7 @@
      * Returns <code>true</code> iff <i>that</i> is an <code>LongList</code>
      * that contains the same elements in the same order as me.
      * In other words, returns <code>true</code> iff <i>that</i> is
-     * an <code>LongList</code> that has the same [EMAIL PROTECTED] #size 
size} as me,
+     * a <code>LongList</code> that has the same [EMAIL PROTECTED] #size() 
size} as me,
      * and for which the elements returned by its 
      * [EMAIL PROTECTED] LongList#iterator iterator} are equal 
(<code>==</code>) to
      * the corresponding elements within me.

Modified: 
jakarta/commons/proper/primitives/trunk/src/java/org/apache/commons/collections/primitives/ShortList.java
URL: 
http://svn.apache.org/viewcvs/jakarta/commons/proper/primitives/trunk/src/java/org/apache/commons/collections/primitives/ShortList.java?rev=224672&r1=224671&r2=224672&view=diff
==============================================================================
--- 
jakarta/commons/proper/primitives/trunk/src/java/org/apache/commons/collections/primitives/ShortList.java
 (original)
+++ 
jakarta/commons/proper/primitives/trunk/src/java/org/apache/commons/collections/primitives/ShortList.java
 Sun Jul 24 16:24:01 2005
@@ -1,5 +1,5 @@
 /*
- * Copyright 2002-2004 The Apache Software Foundation
+ * Copyright 2002-2005 The Apache Software Foundation
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -89,7 +89,7 @@
      * Returns <code>true</code> iff <i>that</i> is an <code>ShortList</code>
      * that contains the same elements in the same order as me.
      * In other words, returns <code>true</code> iff <i>that</i> is
-     * an <code>ShortList</code> that has the same [EMAIL PROTECTED] #size 
size} as me,
+     * a <code>ShortList</code> that has the same [EMAIL PROTECTED] #size() 
size} as me,
      * and for which the elements returned by its 
      * [EMAIL PROTECTED] ShortList#iterator iterator} are equal 
(<code>==</code>) to
      * the corresponding elements within me.



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

Reply via email to