Fix broken code reference to PricingUtils

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=123673913
This commit is contained in:
mmuller 2016-05-31 13:01:53 -07:00 committed by Ben McIlwain
parent 91f6c7006e
commit 8eab3848c1

View file

@ -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