tobrien 2004/01/24 16:09:10
Modified: lang/src/java/org/apache/commons/lang ArrayUtils.java
Log:
A simple spelling fix for ArrayUtils JavaDoc on the clone(Object[] array) method
Revision Changes Path
1.34 +2 -2
jakarta-commons/lang/src/java/org/apache/commons/lang/ArrayUtils.java
Index: ArrayUtils.java
===================================================================
RCS file:
/home/cvs/jakarta-commons/lang/src/java/org/apache/commons/lang/ArrayUtils.java,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- ArrayUtils.java 19 Jan 2004 23:24:07 -0000 1.33
+++ ArrayUtils.java 25 Jan 2004 00:09:10 -0000 1.34
@@ -295,7 +295,7 @@
* <p>Shallow clones an array returning a typecast result and handling
* <code>null</code>.</p>
*
- * <p>The objecs in the array are not cloned, thus there is no special
+ * <p>The objects in the array are not cloned, thus there is no special
* handling for multi-dimensional arrays.</p>
*
* <p>This method returns <code>null</code> if <code>null</code> array
input.</p>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]