>           return this;
>        }
>  
> -      public Builder networkDisabled(boolean networkDisabled) {
> -         this.networkDisabled = networkDisabled;
> +      public Builder securityOpts(List<String> securityOpts) {
> +      this.securityOpts = ImmutableList.copyOf(checkNotNull(securityOpts, 
> "securityOpts"));

weird indent. also this class is inconsistent on safe copies. as auto will 
likely generate builders and these won't do safe copies, better to just not do 
it, and ensure whoever is calling this safe copies in.

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

Reply via email to