> @@ -97,19 +116,27 @@ public Builder age(int age) {
> }
>
> /**
> - * @see Aged#created
> + * @see Aged#getCreated()
> */
> public Builder created(Date created) {
> this.created = created;
We don't add a separate check in the "set" builder method in any of the builder
code that I've ever seen. We just do the check once in the ctor. I'd prefer to
keep this consistent with the rest of the code base and not repeat the check.
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs-openstack/pull/46/files#r7656171