> +    * @param ttl     The ttl attribute specifies how long the server waits 
> before releasing the claim. The ttl value
> +    *                must be between 60 and 43200 seconds (12 hours). You 
> must include a value for this attribute in
> +    *                your request.
> +    */
> +   // TODO: revisit this when we figure out what's wrong with PATCH
> +   //   @Named("claim:update")
> +   //   @PATCH
> +   //   @Path("/claims/{claim_id}")
> +   //   @Fallback(FalseOnNotFoundOr404.class)
> +   //   @Payload("%7B\"ttl\":{ttl}%7D")
> +   //   @Produces(MediaType.APPLICATION_JSON)
> +   //   boolean update(@PathParam("claim_id") String claimId,
> +   //                  @PayloadParam("ttl") int ttl);
> +
> +   /**
> +    * This operation immediately releases a claim, making any remaining, 
> undeleted) messages that are associated with

Remove ")"

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

Reply via email to