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