cloudstack/utils
Laszlo Hornyak c88d8fb3a2 use commons-lang StringUtils
commons-lang is already a transitive dependency of the utils project, which allows removing some duplicated functionality.
This patch replaces StringUtils.join(String, Object...) with it's commons-lang counterpart.
It also replaces calls to String join(Iterable<? extends Object>, String) in cases where an array is already exist and it is only wrapped into a List.

Signed-off-by: Laszlo Hornyak <laszlo.hornyak@gmail.com>
2013-06-17 19:17:22 +01:00
..
bindir fixing utils license header 2012-06-06 23:06:02 -04:00
certs Update fail-safe keystore with RSA private key 2011-07-25 18:55:16 -07:00
conf Sync master to javelin one more time 2013-02-01 11:37:33 -08:00
src use commons-lang StringUtils 2013-06-17 19:17:22 +01:00
test use commons-lang StringUtils 2013-06-17 19:17:22 +01:00
pom.xml merge master 2013-05-11 15:28:43 +05:30