Correct pseudocode in comment (#6464)

This commit is contained in:
Lauri Tulmin 2022-08-11 18:59:36 +03:00 committed by GitHub
parent 3ed6fd9d46
commit 60c4618a15
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ import org.apache.kafka.common.metrics.MetricsReporter;
* <p>To configure, use:
*
* <pre>{@code
* // KafkaTelemetry.KafkaTelemetry.create(OpenTelemetry).metricConfigProperties()
* // KafkaTelemetry.create(OpenTelemetry).metricConfigProperties()
* }</pre>
*
* <p>This class is internal and is hence not for public use. Its APIs are unstable and can change