> +
> +   /**
> +    * Gets the service
> +    * 
> +    * @return the service
> +    */
> +   @Named("service:get")
> +   @GET
> +   @SelectJson("OS-KSADM:service")
> +   @Consumes(MediaType.APPLICATION_JSON)
> +   @Path("OS-KSADM/services/{serviceId}")
> +   @Fallback(NullOnNotFoundOr404.class)
> +   ListenableFuture<? extends Service> get(@PathParam("serviceId") String 
> serviceId);
> +
> +   /**
> +    * Deletes an service.

"a service"

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

Reply via email to