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:
@@ -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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user