mirror of
https://github.com/google/nomulus
synced 2026-01-09 23:47:49 +00:00
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:
@@ -573,7 +573,7 @@ public final class RegistryConfig {
|
||||
/**
|
||||
* Returns the list of addresses that receive monthly invoicing emails.
|
||||
*
|
||||
* @see google.registry.billing.BillingEmailUtils
|
||||
* @see google.registry.reporting.billing.BillingEmailUtils
|
||||
*/
|
||||
@Provides
|
||||
@Config("invoiceEmailRecipients")
|
||||
@@ -769,7 +769,7 @@ public final class RegistryConfig {
|
||||
* checking e-mail.
|
||||
*
|
||||
* @see google.registry.reporting.icann.ReportingEmailUtils
|
||||
* @see google.registry.billing.BillingEmailUtils
|
||||
* @see google.registry.reporting.billing.BillingEmailUtils
|
||||
*/
|
||||
@Provides
|
||||
@Config("alertRecipientEmailAddress")
|
||||
@@ -781,7 +781,7 @@ public final class RegistryConfig {
|
||||
* Returns the email address we send emails from.
|
||||
*
|
||||
* @see google.registry.reporting.icann.ReportingEmailUtils
|
||||
* @see google.registry.billing.BillingEmailUtils
|
||||
* @see google.registry.reporting.billing.BillingEmailUtils
|
||||
*/
|
||||
|
||||
@Provides
|
||||
|
||||
Reference in New Issue
Block a user