> @@ -150,8 +202,8 @@ public boolean equals(Object obj) {
>  
>     @Override
>     public String toString() {
> -      return "[name=" + name + ", description=" + description + ", 
> defaultA=" + defaultA + ", override=" + override
> -            + ", runList=" + runList + "]";
> +      return "Role [name=" + name + ", description=" + description + ", 
> defaultA=" + defaultAttributes + ", override="
> +            + overrideAttributes + ", runList=" + runList + "]";

Rename `defaultA` etc. in the string?

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

Reply via email to