> +    * Get Deployment Information returns information about the specified 
> deployment.
> +    */
> +   @Named("deployment:get")
> +   @Path("/{deploymentname}")
> +   @GET
> +   @Fallback(NullOnNotFoundOr404.class)
> +   Deployment get(@PathParam("deploymentname") String deploymentname);
> +
> +   /**
> +    * Validate Deployment validates deployment template before deployment
> +    */
> +   @Named("deployment:validate")
> +   @Path("/{deploymentname}/validate")
> +   @Payload("{properties}")
> +   @POST
> +   @Fallback(NullOnNotFoundOr404.class)

Remove fallback

---
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs/pull/273/files/74f8e9bf66e7427298c5c3c9567aa7d8284e0987#r64479286

Reply via email to