mirror of
https://github.com/google/nomulus.git
synced 2025-05-13 16:07:15 +02:00
Fix Javadocs after reporting refactor
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=184902764
This commit is contained in:
parent
90a4809862
commit
4b4492f2a2
1 changed files with 3 additions and 2 deletions
|
@ -551,7 +551,8 @@ public final class RegistryConfig {
|
||||||
/**
|
/**
|
||||||
* Returns name of the GCS bucket we store invoices and detail reports in.
|
* Returns name of the GCS bucket we store invoices and detail reports in.
|
||||||
*
|
*
|
||||||
* @see google.registry.billing
|
* @see google.registry.reporting.billing.CopyDetailReportsAction
|
||||||
|
* @see google.registry.reporting.billing.BillingEmailUtils
|
||||||
*/
|
*/
|
||||||
@Provides
|
@Provides
|
||||||
@Config("billingBucket")
|
@Config("billingBucket")
|
||||||
|
@ -562,7 +563,7 @@ public final class RegistryConfig {
|
||||||
/**
|
/**
|
||||||
* Returns the URL of the GCS bucket we store invoices and detail reports in.
|
* Returns the URL of the GCS bucket we store invoices and detail reports in.
|
||||||
*
|
*
|
||||||
* @see google.registry.billing
|
* @see google.registry.beam.InvoicingPipeline
|
||||||
*/
|
*/
|
||||||
@Provides
|
@Provides
|
||||||
@Config("billingBucketUrl")
|
@Config("billingBucketUrl")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue