> @@ -82,6 +100,7 @@ public URI getUrl() {
>     public int hashCode() {
>        final int prime = 31;
>        int result = 1;
> +      result = prime * result + ((name == null) ? 0 : url.hashCode());

My bad

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

Reply via email to