>                copyOf(exposedPorts), copyOf(securityOpts), hostConfig,
> -              copyOf(binds), copyOf(links), copyOf(lxcConf), 
> copyOf(portBindings), publishAllPorts, privileged,
> -              copyWithNullOf(dns), dnsSearch, volumesFrom, copyOf(capAdd), 
> copyOf(capDrop), copyOf(restartPolicy));
> +              copyWithNullOf(binds), copyWithNullOf(links), copyOf(lxcConf), 
> copyOf(portBindings), publishAllPorts, privileged,
> +              copyWithNullOf(dns), copyWithNullOf(dnsSearch), 
> copyWithNullOf(volumesFrom), copyWithNullOf(capAdd), copyWithNullOf(capDrop), 
> copyOf(restartPolicy));
>     }
>  
>     public static Builder builder() {

[minor] it would be nice to use Auto Value builder available since 1.1 
https://github.com/google/auto/tree/master/value#builders

---
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs/pull/253/files/b5561a412b212f2483520afd4eb6ac7e55cbb806#r58292799

Reply via email to