> + * from the original TTL). The server resets the age of the claim and
> applies the new TTL.
> + *
> + * @param claimId Specific claim ID of the message to get.
> + * @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);
Remove commented-out code? And how does Javadoc deal with the "double Javadoc"
now?
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs-openstack/pull/60/files#r8318620