mirror of
https://github.com/google/nomulus.git
synced 2025-05-14 16:37:13 +02:00
Fix broken code reference to PricingUtils
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=123673913
This commit is contained in:
parent
91f6c7006e
commit
8eab3848c1
1 changed files with 3 additions and 3 deletions
|
@ -469,7 +469,7 @@ public class Registry extends ImmutableObject implements Buildable {
|
|||
}
|
||||
|
||||
/**
|
||||
* Use <code>PricingUtils.getDomainCreateCost</code> instead of this to find the cost for a
|
||||
* Use <code>PricingEngineProxy.getDomainCreateCost</code> instead of this to find the cost for a
|
||||
* domain create.
|
||||
*/
|
||||
@VisibleForTesting
|
||||
|
@ -486,8 +486,8 @@ public class Registry extends ImmutableObject implements Buildable {
|
|||
}
|
||||
|
||||
/**
|
||||
* Use <code>PricingUtils.getDomainRenewCost</code> instead of this to find the cost for a domain
|
||||
* renewal, and all derived costs (i.e. autorenews, transfers, and the per-domain part of a
|
||||
* Use <code>PricingEngineProxy.getDomainRenewCost</code> instead of this to find the cost for a
|
||||
* domain renewal, and all derived costs (i.e. autorenews, transfers, and the per-domain part of a
|
||||
* restore cost).
|
||||
*/
|
||||
@VisibleForTesting
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue