> return false;
> - } else if (!monitoringEnabled.equals(other.monitoringEnabled))
> - return false;
> - if (ramdiskId == null) {
> + if (publicIpAddressAssociated == null) {
> + if (other.publicIpAddressAssociated != null)
> + return false;
> + } else if
> (!publicIpAddressAssociated.equals(other.publicIpAddressAssociated))
> + return false;
Could you properly indent these two blocks? They are difficult to read.
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/333/files#r11671246