>  
> -   @ConstructorProperties({
> -         "id", "description", "units", "capacity", "prices", "categories"
> -   })
> -   protected ProductItem(int id, @Nullable String description, @Nullable 
> String units, @Nullable Float capacity, @Nullable Set<ProductItemPrice> 
> prices, @Nullable Set<ProductItemCategory> categories) {
> +   public ProductItem(int id, String description, String 
> softwareDescriptionId, SoftwareDescription softwareDescription) {

Missing the `@ConstructorProperties` annotation?

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

Reply via email to