You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by sc...@apache.org on 2005/07/25 01:24:09 UTC

svn commit: r224672 - in /jakarta/commons/proper/primitives/trunk/src/java/org/apache/commons/collections/primitives: IntList.java LongList.java ShortList.java

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 {@link #size size} as me,
+     * an <code>IntList</code> that has the same {@link #size() size} as me,
      * and for which the elements returned by its 
      * {@link 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 {@link #size size} as me,
+     * a <code>LongList</code> that has the same {@link #size() size} as me,
      * and for which the elements returned by its 
      * {@link 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 {@link #size size} as me,
+     * a <code>ShortList</code> that has the same {@link #size() size} as me,
      * and for which the elements returned by its 
      * {@link ShortList#iterator iterator} are equal (<code>==</code>) to
      * the corresponding elements within me.



---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org