mirror of
https://github.com/google/nomulus.git
synced 2025-05-19 02:39:34 +02:00
Rename PricingEngine to PremiumPricingEngine
This properly reflects the fact that other, separate things will now be responsible both for EAP and for per-TLD custom pricing. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=124558165
This commit is contained in:
parent
366c5a344d
commit
6ba1d5e6df
11 changed files with 45 additions and 52 deletions
|
@ -16,7 +16,7 @@ package google.registry.pricing;
|
|||
|
||||
import dagger.Component;
|
||||
|
||||
import google.registry.model.pricing.PricingEngine;
|
||||
import google.registry.model.pricing.PremiumPricingEngine;
|
||||
|
||||
import java.util.Map;
|
||||
|
||||
|
@ -32,5 +32,5 @@ import javax.inject.Singleton;
|
|||
@Singleton
|
||||
@Component(modules = {PricingModule.class})
|
||||
interface PricingComponent {
|
||||
Map<Class<? extends PricingEngine>, PricingEngine> pricingEngines();
|
||||
Map<Class<? extends PremiumPricingEngine>, PremiumPricingEngine> premiumPricingEngines();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue