Author: scolebourne
Date: Sun Jul 24 16:17:31 2005
New Revision: 224669
URL: http://svn.apache.org/viewcvs?rev=224669&view=rev
Log:
Javadoc fixes
bug 35836, from Nathan Beyer
Modified:
jakarta/commons/proper/primitives/trunk/src/java/org/apache/commons/collections/primitives/BooleanList.java
jakarta/commons/proper/primitives/trunk/src/java/org/apache/commons/collections/primitives/ByteList.java
jakarta/commons/proper/primitives/trunk/src/java/org/apache/commons/collections/primitives/CharList.java
Modified:
jakarta/commons/proper/primitives/trunk/src/java/org/apache/commons/collections/primitives/BooleanList.java
URL:
http://svn.apache.org/viewcvs/jakarta/commons/proper/primitives/trunk/src/java/org/apache/commons/collections/primitives/BooleanList.java?rev=224669&r1=224668&r2=224669&view=diff
==============================================================================
---
jakarta/commons/proper/primitives/trunk/src/java/org/apache/commons/collections/primitives/BooleanList.java
(original)
+++
jakarta/commons/proper/primitives/trunk/src/java/org/apache/commons/collections/primitives/BooleanList.java
Sun Jul 24 16:17:31 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.
@@ -85,7 +85,7 @@
* Returns <code>true</code> iff <i>that</i> is an <code>BooleanList</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>BooleanList</code> that has the same [EMAIL PROTECTED] #size
size} as me,
+ * a <code>BooleanList</code> that has the same [EMAIL PROTECTED] #size()
size} as me,
* and for which the elements returned by its
* [EMAIL PROTECTED] BooleanList#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/ByteList.java
URL:
http://svn.apache.org/viewcvs/jakarta/commons/proper/primitives/trunk/src/java/org/apache/commons/collections/primitives/ByteList.java?rev=224669&r1=224668&r2=224669&view=diff
==============================================================================
---
jakarta/commons/proper/primitives/trunk/src/java/org/apache/commons/collections/primitives/ByteList.java
(original)
+++
jakarta/commons/proper/primitives/trunk/src/java/org/apache/commons/collections/primitives/ByteList.java
Sun Jul 24 16:17:31 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>ByteList</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>ByteList</code> that has the same [EMAIL PROTECTED] #size
size} as me,
+ * a <code>ByteList</code> that has the same [EMAIL PROTECTED] #size()
size} as me,
* and for which the elements returned by its
* [EMAIL PROTECTED] ByteList#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/CharList.java
URL:
http://svn.apache.org/viewcvs/jakarta/commons/proper/primitives/trunk/src/java/org/apache/commons/collections/primitives/CharList.java?rev=224669&r1=224668&r2=224669&view=diff
==============================================================================
---
jakarta/commons/proper/primitives/trunk/src/java/org/apache/commons/collections/primitives/CharList.java
(original)
+++
jakarta/commons/proper/primitives/trunk/src/java/org/apache/commons/collections/primitives/CharList.java
Sun Jul 24 16:17:31 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>CharList</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>CharList</code> that has the same [EMAIL PROTECTED] #size
size} as me,
+ * a <code>CharList</code> that has the same [EMAIL PROTECTED] #size()
size} as me,
* and for which the elements returned by its
* [EMAIL PROTECTED] CharList#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]