>     @Consumes(MediaType.APPLICATION_JSON)
> -   @Fallback(Fallbacks.NullOnNotFoundOr404.class)
> -   ProductOrder getOrderTemplate(@PathParam("id") long id);
> -
> +   @Fallback(Fallbacks.VoidOnNotFoundOr404.class)

This should be `NullOnNotFoundOr404`.

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

Reply via email to