>     })
> -   protected Address(int id, String country, @Nullable String state, 
> @Nullable String description) {
> +   protected Address(int id, String country, @Nullable String state, 
> @Nullable String description, @Nullable int accountId,
> +                     @Nullable String address1, @Nullable String city, 
> @Nullable String contactName,
> +                     @Nullable int isActive, @Nullable int locationId, 
> @Nullable String postalCode) {
>        this.id = id;

Add null check to the id field too

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

Reply via email to