mirror of
https://github.com/google/nomulus.git
synced 2025-05-13 16:07:15 +02:00
Fix incorrect description in javadoc
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=145836628
This commit is contained in:
parent
3f9c53b850
commit
37a4f389ef
1 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue