> +      }
> +   }
> +
> +   private final String id;
> +   private final String account;
> +   private final String displayText;
> +   private final String domain;
> +   private final String domainId;
> +   private final String name;
> +   private final State state;
> +
> +   @ConstructorProperties({
> +         "id", "account", "displaytext", "domain", "domainid", "name", 
> "state"
> +   })
> +   protected Project(String id, String account, String displayText, String 
> domain, String domainId,
> +                     String name, State state) {

I'll do a dive through CloudStack and engage in a fit of code modernization 
post-1.7.0 - proper nullable usage in constructors, get rid of all foo.size() > 
0s, etc, etc... =)

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

Reply via email to