From 6b5c00e143b210957ddf3efc78f668b7fa60683b Mon Sep 17 00:00:00 2001 From: Greg Shikhman Date: Mon, 25 Jul 2016 09:21:30 -0700 Subject: [PATCH] Fix javadoc link to refer to correct annotation name ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=128364461 --- java/google/registry/pricing/PricingModule.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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