> @@ -24,7 +24,7 @@
> INSTANCE;
> @Override
> public String apply(Location input) {
> - return input.getId() + ":" + input.getScope();
> + return new
> StringBuilder().append(input.getId()).append(':').append(input.getScope()).toString();Doesn't the compiler do this for you automatically? --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/601/files#r20411473
