>        super(Kind.MACHINE_TYPE, id, creationTimestamp, selfLink, name, 
> description);
>        this.guestCpus = checkNotNull(guestCpus, "guestCpus of %s", name);
>        this.memoryMb = checkNotNull(memoryMb, "memoryMb of %s", name);
>        this.imageSpaceGb = checkNotNull(imageSpaceGb, "imageSpaceGb of %s", 
> name);
> -      this.ephemeralDisks = ephemeralDisks == null ? 
> ImmutableList.<EphemeralDisk>of() : ephemeralDisks;
> +      this.scratchDisks = scratchDisks == null ? 
> ImmutableList.<ScratchDisk>of() : scratchDisks;

I...have no idea. I just renamed that guy, didn't change much more there.

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

Reply via email to