>     })
> -   protected Tenant(String id, String name, @Nullable String description) {
> +   protected Tenant(String id, String name, @Nullable String description, 
> @Nullable boolean enabled) {

The primitive type will never be `null`. Change to `Boolean` if you really want 
it to be absent?

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

Reply via email to