> @@ -198,6 +198,10 @@ public String getResult() {
>     @PUT
>     @Path("/objects/{id}")
>     void putNothing(@PathParam("id") String id);
> +   
> +   @POST
> +   @Path("/objects/{id}")
> +   void postNothing(@PathParam("id") String id);

"enviarNada", no?;-)

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

Reply via email to