Fix javadoc link to refer to correct annotation name

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=128364461
This commit is contained in:
Greg Shikhman 2016-07-25 09:21:30 -07:00 committed by Justine Tunney
parent c3e8ff7b21
commit 6b5c00e143

View file

@ -25,8 +25,8 @@ import google.registry.model.pricing.StaticPremiumListPricingEngine;
* Dagger module for injecting pricing engines. * Dagger module for injecting pricing engines.
* *
* <p>To add a new pricing engine, create a new class that implements {@link PremiumPricingEngine}, * <p>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 * and add a module that provides an instance of {@link PremiumPricingEngine} with a
* <code>PricingEngineClassKey</code> annotation with the class of the implementation and also * {@link PremiumPricingEngineClassKey} annotation with the class of the implementation and also
* <code>@Provides @IntoMap</code> annotations. * <code>@Provides @IntoMap</code> annotations.
*/ */
@Module @Module