Author: scolebourne
Date: Sun Jul 24 16:22:37 2005
New Revision: 224671

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

bug 35836, from Nathan Beyer

Modified:
    
jakarta/commons/proper/primitives/trunk/src/java/org/apache/commons/collections/primitives/DoubleList.java
    
jakarta/commons/proper/primitives/trunk/src/java/org/apache/commons/collections/primitives/FloatList.java

Modified: 
jakarta/commons/proper/primitives/trunk/src/java/org/apache/commons/collections/primitives/DoubleList.java
URL: 
http://svn.apache.org/viewcvs/jakarta/commons/proper/primitives/trunk/src/java/org/apache/commons/collections/primitives/DoubleList.java?rev=224671&r1=224670&r2=224671&view=diff
==============================================================================
--- 
jakarta/commons/proper/primitives/trunk/src/java/org/apache/commons/collections/primitives/DoubleList.java
 (original)
+++ 
jakarta/commons/proper/primitives/trunk/src/java/org/apache/commons/collections/primitives/DoubleList.java
 Sun Jul 24 16:22:37 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>DoubleList</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>DoubleList</code> that has the same [EMAIL PROTECTED] #size 
size} as me,
+     * a <code>DoubleList</code> that has the same [EMAIL PROTECTED] #size() 
size} as me,
      * and for which the elements returned by its 
      * [EMAIL PROTECTED] DoubleList#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/FloatList.java
URL: 
http://svn.apache.org/viewcvs/jakarta/commons/proper/primitives/trunk/src/java/org/apache/commons/collections/primitives/FloatList.java?rev=224671&r1=224670&r2=224671&view=diff
==============================================================================
--- 
jakarta/commons/proper/primitives/trunk/src/java/org/apache/commons/collections/primitives/FloatList.java
 (original)
+++ 
jakarta/commons/proper/primitives/trunk/src/java/org/apache/commons/collections/primitives/FloatList.java
 Sun Jul 24 16:22:37 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>FloatList</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>FloatList</code> that has the same [EMAIL PROTECTED] #size 
size} as me,
+     * a <code>FloatList</code> that has the same [EMAIL PROTECTED] #size() 
size} as me,
      * and for which the elements returned by its 
      * [EMAIL PROTECTED] FloatList#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