> @@ -83,20 +83,23 @@ public ObjectList apply(HttpResponse from) {
>
> @Override
> public SwiftObject apply(InternalObject input) {
> + String name = input.name==null?"":input.name;Use the more idiomatic `Strings.nullToEmpty(input.name)`? --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/923/files#r53483255
