>        this.id = id;
>        this.description = description;
> -      this.units = units;
> -      this.capacity = capacity;
> -      this.prices = prices == null ? ImmutableSet.<ProductItemPrice>of() : 
> ImmutableSet.copyOf(prices);
> -      this.categories = categories == null ? 
> ImmutableSet.<ProductItemCategory>of() : ImmutableSet.copyOf(categories);
> +      this.softwareDescriptionId = softwareDescriptionId;
> +      this.softwareDescription = softwareDescription;

Add null checks for all non-nullable properties.

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

Reply via email to