Skip to content

Commit c559555

Browse files
committed
Fix typo in javadocs of MetricIdGenerator
1 parent 761dc90 commit c559555

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/java/com/datastax/oss/driver/internal/core/metrics/MetricIdGenerator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ public interface MetricIdGenerator {
4141
@NonNull
4242
MetricId sessionMetricId(@NonNull SessionMetric metric);
4343

44-
/** Generates a {@link MetricId} for the given {@link Node and }{@link NodeMetric}. */
44+
/** Generates a {@link MetricId} for the given {@link Node} and {@link NodeMetric}. */
4545
@NonNull
4646
MetricId nodeMetricId(@NonNull Node node, @NonNull NodeMetric metric);
4747
}

0 commit comments

Comments
 (0)