We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 761dc90 commit c559555Copy full SHA for c559555
core/src/main/java/com/datastax/oss/driver/internal/core/metrics/MetricIdGenerator.java
@@ -41,7 +41,7 @@ public interface MetricIdGenerator {
41
@NonNull
42
MetricId sessionMetricId(@NonNull SessionMetric metric);
43
44
- /** Generates a {@link MetricId} for the given {@link Node and }{@link NodeMetric}. */
+ /** Generates a {@link MetricId} for the given {@link Node} and {@link NodeMetric}. */
45
46
MetricId nodeMetricId(@NonNull Node node, @NonNull NodeMetric metric);
47
}
0 commit comments