Author: julien(a)jboss.com
Date: 2007-06-03 15:34:48 -0400 (Sun, 03 Jun 2007)
New Revision: 7377
Modified:
trunk/common/src/main/org/jboss/portal/common/util/Tools.java
Log:
typo
Modified: trunk/common/src/main/org/jboss/portal/common/util/Tools.java
===================================================================
--- trunk/common/src/main/org/jboss/portal/common/util/Tools.java 2007-06-03 19:34:32 UTC
(rev 7376)
+++ trunk/common/src/main/org/jboss/portal/common/util/Tools.java 2007-06-03 19:34:48 UTC
(rev 7377)
@@ -708,7 +708,7 @@
}
/**
- * Append an object to an array of object. The original array is not modified. The
returned array
+ * Append an object to an array of objects. The original array is not modified. The
returned array
* will be of the same component type of the provided array and its first n elements
where n is the size
* of the provided array will be the elements of the provided array. The last element
of the array will be
* the provided object to append.
Show replies by date