>        this.age = age;
> -      this.created = created;
> +      this.created = checkNotNull(created);
> +      this.id = checkNotNull(id);

Fixed.

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

Reply via email to