>     })
> -   protected User(String id, String name, @Nullable Set<Role> roles) {
> +   protected User(String id, String name, @Nullable String email, @Nullable 
> boolean enabled, @Nullable String tenantId, 

Same as above, consider changing the `enabled` flag to a `Boolean` type to 
avoid a NPE.

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

Reply via email to