>      */
>     @GET
>     @Path("/SoftLayer_Location_Datacenter/Datacenters.json")
>     @QueryParams(keys = "objectMask", values = "locationAddress;regions")
>     @Consumes(MediaType.APPLICATION_JSON)
> -   @Fallback(EmptySetOnNotFoundOr404.class)
> -   ListenableFuture<Set<Datacenter>> listDatacenters();
> +   @Fallback(Fallbacks.EmptySetOnNotFoundOr404.class)

I'm guessing the changes to `@Fallback` are just incidental cleanup? Any reason 
for these?

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

Reply via email to