>        if (image != null) {
>           builder.imageId(image.getId());
>           builder.operatingSystem(image.getOperatingSystem());
>        }
> -
> -      builder.hardware(hardware.getHardware(from));
> -
> -      
> builder.status(serverStateToNodeStatus.get(from.getPowerState().getKeyName()));
> -
> -      // These are null for 'bad' guest orders in the HALTED state.
> +      if(from.getPowerState() != null) {

[minor] space after the if.

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

Reply via email to