>        super(Kind.IMAGE, id, creationTimestamp, selfLink, name, description);
>        this.sourceType = checkNotNull(sourceType, "sourceType of %s", name);
>        this.preferredKernel = fromNullable(preferredKernel);
> -      this.rawDisk = checkNotNull(rawDisk, "rawDisk of %s", name); ;
> +      this.rawDisk = checkNotNull(rawDisk, "rawDisk of %s", name);
> +      this.deprecated = fromNullable(deprecated);
> +      ;

Remove?

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

Reply via email to