> @@ -121,7 +121,7 @@ public String toString() {
>                 try {
>                    return 
> Optional.fromNullable(client.getBucketLocation(bucket));
>                 } catch (ContainerNotFoundException e) {
> -                  return null;
> +                  return Optional.absent();

Good catch...thanks!

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

Reply via email to