From: "Tim Reilly" <[EMAIL PROTECTED]>
> Object[] anArray = {"one", "two", "three"};
> ArrayUtil.join(anArray, ", ");
> outputs> "one, two, three"

The StringUtils.join() method already handles objects as above. So no change
is required I believe.

Stephen


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to