> @@ -64,8 +64,6 @@ public boolean equals(Object obj) {
>        if (getClass() != obj.getClass())
>           return false;
>        SCSIDevice other = (SCSIDevice) obj;
> -      if (bus != other.bus)
> -         return false;

> Most likely some TODO

Agreed. Do you think it's worth adding? Or simply ignore for now? I'm fine with 
either...

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

Reply via email to