Skip to content

Commit a9a179b

Browse files
committed
polish: correcting comment.
1 parent 132cb24 commit a9a179b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

sdk/metrics/src/main/java/io/opentelemetry/sdk/metrics/data/DelegatingMetricData.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616
* {@link io.opentelemetry.sdk.metrics.export.MetricExporter} which wraps {@link MetricData} with a
1717
* custom implementation.
1818
*
19+
* <p>Example usage:
20+
*
1921
* <pre>{@code
2022
* // class MetricDataWithCustomDescription extends DelegatingMetricData {
2123
* //
@@ -33,7 +35,7 @@
3335
* // }
3436
* }</pre>
3537
*
36-
* * @since 1.28.0
38+
* @since 1.28.0
3739
*/
3840
public abstract class DelegatingMetricData implements MetricData {
3941

0 commit comments

Comments
 (0)