> @@ -29,6 +29,17 @@ public RemoveContainerOptions force(Boolean force) {
>        this.queryParameters.put("force", force.toString());
>        return this;
>     }
> +   
> +   /**
> +    * Remove the volumes associated to the container
> +    * 
> +    * @param volume If set to true the volume associated to the container 
> will be removed. 
> +    * Otherwise it will not be removed.
> +    */
> +   public RemoveContainerOptions volume(Boolean volume) {

OK. I'll change it

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

Reply via email to