>           return false;
>        return true;
>     }
>  
> +   @Override
> +   public String toString() {
> +      return "Node [name=" + name + ", runList=" + runList + ", normal=" + 
> normalAttributes + ", default="
> +            + defaultAttributes + ", override=" + overrideAttributes + ", 
> chefEnvironment=" + environment
> +            + ", automatic=" + automaticAttributes + "]";

Also rename `override` etc. in the string?

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-chef/pull/10/files#r6039928

Reply via email to