> @@ -121,9 +119,9 @@ public boolean equals(Object object) {
>        if (object instanceof CreateServerOptions) {
>           final CreateServerOptions other = 
> CreateServerOptions.class.cast(object);
>           return equal(keyName, other.keyName) && equal(securityGroupNames, 
> other.securityGroupNames)
> -                  && equal(metadata, other.metadata) && equal(personality, 
> other.personality)
> -                  && equal(adminPass, other.adminPass) && equal(diskConfig, 
> other.diskConfig)
> -                  && equal(adminPass, other.adminPass) && equal(networks, 
> other.networks);
> +               && equal(metadata, other.metadata) && equal(personality, 
> other.personality)
> +               && equal(adminPass, other.adminPass) && equal(diskConfig, 
> other.diskConfig)
> +               && equal(adminPass, other.adminPass) && equal(networks, 
> other.networks) && equal(availabilityZone, other.availabilityZone);

[minor] Move the last `equal` to a new line?

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

Reply via email to