1
0
mirror of https://github.com/google/nomulus synced 2026-01-09 07:33:42 +00:00

Fix incorrect description in javadoc

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=145836628
This commit is contained in:
shikhman
2017-01-27 14:24:38 -08:00
committed by Ben McIlwain
parent 3f9c53b850
commit 37a4f389ef

View File

@@ -876,8 +876,8 @@ public final class RegistryConfig {
}
/**
* Maximum number of points that can be sent to Stackdriver in a single TimeSeries.Create API
* call.
* Maximum number of points that can be sent to Stackdriver in a single {@code
* TimeSeries.Create} API call.
*
* @see google.registry.monitoring.metrics.stackdriver.StackdriverWriter
*/
@@ -888,8 +888,8 @@ public final class RegistryConfig {
}
/**
* The reporting interval, for BigQueryMetricsEnqueuer to be sent to a {@link
* google.registry.monitoring.metrics.MetricWriter}.
* The reporting interval for {@link google.registry.monitoring.metrics.Metric} instances to be
* sent to a {@link google.registry.monitoring.metrics.MetricWriter}.
*
* @see google.registry.monitoring.metrics.MetricReporter
*/