> @@ -83,7 +65,7 @@
>     @GET
>     @Path("/containers/json")
>     @Fallback(Fallbacks.EmptySetOnNotFoundOr404.class)
> -   Set<Container> listContainers(ListContainerOptions options);
> +   Set<ContainerSummary> listContainers(ListContainerOptions options);

Please switch this to return a List (ex. s/Set/List/g in this file)

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

Reply via email to