>
> - @ConstructorProperties({
> - "id", "itemId", "recurringFee", "hourlyRecurringFee", "item",
> "categories"
> - })
> - protected ProductItemPrice(int id, long itemId, @Nullable Float
> recurringFee, @Nullable Float hourlyRecurringFee, @Nullable ProductItem item,
> @Nullable Set<ProductItemCategory> categories) {
> +
> + public ProductItemPrice(int id, int hourlyRecurringFee, String
> recurringFee, ProductItem item) {
Missing the `@ConstructorProperties`?
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/296/files#r11138720