mirror of
https://github.com/google/nomulus.git
synced 2025-05-13 07:57:13 +02: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:
parent
3f1a8eebdc
commit
afcae8cf31
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue