> @@ -97,19 +116,27 @@ public Builder age(int age) {
> }
>
> /**
> - * @see Aged#created
> + * @see Aged#getCreated()
> */
> public Builder created(Date created) {
> this.created = created;Add a 'checkNotNull` here? --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs-openstack/pull/46/files#r7270867
