> @@ -70,7 +71,8 @@
>     @Named("image:inspect")
>     @GET
>     @Path("/images/{name}/json")
> -   @Fallback(Fallbacks.VoidOnNotFoundOr404.class)
> +   @Fallback(Fallbacks.NullOnNotFoundOr404.class)

nit: import Fallbacks.NullOnNotFoundOr404 explicitly

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

Reply via email to