Fix @see Javadoc package names broken by billing/reporting refactor

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=184835286
This commit is contained in:
mcilwain 2018-02-07 07:26:52 -08:00 committed by jianglai
parent 3f1a8eebdc
commit afcae8cf31

View file

@ -573,7 +573,7 @@ public final class RegistryConfig {
/** /**
* Returns the list of addresses that receive monthly invoicing emails. * Returns the list of addresses that receive monthly invoicing emails.
* *
* @see google.registry.billing.BillingEmailUtils * @see google.registry.reporting.billing.BillingEmailUtils
*/ */
@Provides @Provides
@Config("invoiceEmailRecipients") @Config("invoiceEmailRecipients")
@ -769,7 +769,7 @@ public final class RegistryConfig {
* checking e-mail. * checking e-mail.
* *
* @see google.registry.reporting.icann.ReportingEmailUtils * @see google.registry.reporting.icann.ReportingEmailUtils
* @see google.registry.billing.BillingEmailUtils * @see google.registry.reporting.billing.BillingEmailUtils
*/ */
@Provides @Provides
@Config("alertRecipientEmailAddress") @Config("alertRecipientEmailAddress")
@ -781,7 +781,7 @@ public final class RegistryConfig {
* Returns the email address we send emails from. * Returns the email address we send emails from.
* *
* @see google.registry.reporting.icann.ReportingEmailUtils * @see google.registry.reporting.icann.ReportingEmailUtils
* @see google.registry.billing.BillingEmailUtils * @see google.registry.reporting.billing.BillingEmailUtils
*/ */
@Provides @Provides