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 * Maximum number of points that can be sent to Stackdriver in a single {@code
* call. * TimeSeries.Create} API call.
* *
* @see google.registry.monitoring.metrics.stackdriver.StackdriverWriter * @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 * The reporting interval for {@link google.registry.monitoring.metrics.Metric} instances to be
* google.registry.monitoring.metrics.MetricWriter}. * sent to a {@link google.registry.monitoring.metrics.MetricWriter}.
* *
* @see google.registry.monitoring.metrics.MetricReporter * @see google.registry.monitoring.metrics.MetricReporter
*/ */