Fix Javadocs after reporting refactor

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=184902764
This commit is contained in:
larryruili 2018-02-07 15:04:52 -08:00 committed by jianglai
parent 90a4809862
commit 4b4492f2a2

View file

@ -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")