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

Add messages: `checkNotNull(id, "id");` etc.?

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

Reply via email to