>     public static class Builder {
>  
> -      /**
> -       * @see DockerTemplateOptions#volumes(java.util.Map)
> -       */
> -      public static DockerTemplateOptions volumes(Map<String, String> 
> volumes) {
> -         DockerTemplateOptions options = new DockerTemplateOptions();
> -         return DockerTemplateOptions.class.cast(options.volumes(volumes));
> -      }
> +       /**
> +        * @see DockerTemplateOptions#volumes(java.util.Map)
> +        */
> +       public static DockerTemplateOptions volumes(Map<String, String> 
> volumes) {
> +          DockerTemplateOptions options = new DockerTemplateOptions();
> +          return DockerTemplateOptions.class.cast(options.volumes(volumes));
> +       }

I think I was fixing the indents to match rest of file

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

Reply via email to