|
Change Parameter Type entities : Collection<T> to entities : Iterable<T> in method public CatalogEntityCollection(entities Iterable<T>) in class org.killbill.billing.catalog.CatalogEntityCollection |
From |
To |
|
Change Parameter Type plans : Collection<Plan> to plans : Iterable<Plan> in method public setPlans(plans Iterable<Plan>) : DefaultPriceList in class org.killbill.billing.catalog.DefaultPriceList |
From |
To |
|
Change Parameter Type plans : Collection<Plan> to plans : Iterable<Plan> in method public setPlans(plans Iterable<Plan>) : StandaloneCatalog in class org.killbill.billing.catalog.StandaloneCatalog |
From |
To |
|
Change Parameter Type products : Collection<Product> to products : Iterable<Product> in method public setProducts(products Iterable<Product>) : StandaloneCatalog in class org.killbill.billing.catalog.StandaloneCatalog |
From |
To |
|
Change Parameter Type input : Iterable<Product> to input : Collection<Product> in method private toFilteredDefaultProduct(input Collection<Product>) : Collection<Product> in class org.killbill.billing.catalog.plugin.StandaloneCatalogMapper |
From |
To |