1
0
mirror of https://github.com/google/nomulus synced 2025-12-23 06:15:42 +00:00

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.
*
* <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
* <code>PricingEngineClassKey</code> 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
* <code>@Provides @IntoMap</code> annotations.
*/
@Module