> +         if (!options.isDetailed()) {
> +            for (StorageMetadata md : contents) {
> +               md.getUserMetadata().clear();
> +            }
> +         }
> +      }
> +
> +      return new PageSetImpl<StorageMetadata>(contents, marker);
> +
> +   }
> +
> +   private ContainerNotFoundException cnfe(final String name) {
> +      return new ContainerNotFoundException(name, String.format(
> +            "container %s not in %s", name,
> +            storageStrategy.getAllContainerNames()));
> +   }

Done.

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

Reply via email to