diff --git a/java/google/registry/pricing/PricingModule.java b/java/google/registry/pricing/PricingModule.java index 36f1e92f0..3eb260f7c 100644 --- a/java/google/registry/pricing/PricingModule.java +++ b/java/google/registry/pricing/PricingModule.java @@ -25,8 +25,8 @@ import google.registry.model.pricing.StaticPremiumListPricingEngine; * Dagger module for injecting pricing engines. * *
To add a new pricing engine, create a new class that implements {@link PremiumPricingEngine},
- * and add a module that provides an instance of PricingEngine with a
- * PricingEngineClassKey
annotation with the class of the implementation and also
+ * and add a module that provides an instance of {@link PremiumPricingEngine} with a
+ * {@link PremiumPricingEngineClassKey} annotation with the class of the implementation and also
* @Provides @IntoMap
annotations.
*/
@Module