rwaldhoff 2003/10/27 15:21:14
Modified: primitives/src/java/org/apache/commons/collections/primitives
IntCollections.java
Log:
fix typo
Revision Changes Path
1.2 +4 -4
jakarta-commons/primitives/src/java/org/apache/commons/collections/primitives/IntCollections.java
Index: IntCollections.java
===================================================================
RCS file:
/home/cvs/jakarta-commons/primitives/src/java/org/apache/commons/collections/primitives/IntCollections.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- IntCollections.java 13 Oct 2003 22:46:51 -0000 1.1
+++ IntCollections.java 27 Oct 2003 23:21:14 -0000 1.2
@@ -65,8 +65,8 @@
* This class consists exclusively of static methods that operate on or
* return IntCollections.
* <p>
- * The methods of this class all throw a NullPointerException is the
- * provided collections are null.
+ * The methods of this class all throw a NullPointerException if the
+ * provided collection is null.
*
* @version $Revision$ $Date$
*
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]