From 8eab3848c1f448159950460dac73658065c3e66c Mon Sep 17 00:00:00 2001 From: mmuller Date: Tue, 31 May 2016 13:01:53 -0700 Subject: [PATCH] Fix broken code reference to PricingUtils ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=123673913 --- java/google/registry/model/registry/Registry.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/java/google/registry/model/registry/Registry.java b/java/google/registry/model/registry/Registry.java index c97b9461d..3d1889585 100644 --- a/java/google/registry/model/registry/Registry.java +++ b/java/google/registry/model/registry/Registry.java @@ -469,7 +469,7 @@ public class Registry extends ImmutableObject implements Buildable { } /** - * Use PricingUtils.getDomainCreateCost instead of this to find the cost for a + * Use PricingEngineProxy.getDomainCreateCost instead of this to find the cost for a * domain create. */ @VisibleForTesting @@ -486,8 +486,8 @@ public class Registry extends ImmutableObject implements Buildable { } /** - * Use PricingUtils.getDomainRenewCost 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 PricingEngineProxy.getDomainRenewCost 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