> @@ -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();

oops. you are right. will revert

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/601/files#r20411678

Reply via email to