> + * @author Inbar Stolberg
> + * @see QuotaApi
> + * @see <a href="http://api.openstack.org/";>API Doc</a>
> + */
> +@SkipEncoding({'/', '='})
> +@RequestFilters(AuthenticateRequest.class)
> +@Path("/os-quota-sets")
> +//@org.jclouds.rest.annotations.Endpoint(BlockStorage.class)
> +public interface QuotaApi {
> +
> +
> +   @GET
> +   @SelectJson("quota_set")
> +   @Consumes(MediaType.APPLICATION_JSON)
> +   @Path("/{tenant_id}")
> +   @Fallback(Fallbacks.EmptyFluentIterableOnNotFoundOr404.class)

Wrong Fallback. Should be NullOnNotFoundOr404.class.

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

Reply via email to