Skip to content

Commit b17e0c7

Browse files
committed
javadocs
1 parent 8f3d78c commit b17e0c7

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

bootique-opentelemetry/src/main/java/io/bootique/otel/OpenTelemetryVar.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,16 @@
1919
package io.bootique.otel;
2020

2121
/**
22-
* Defines supported variables from the OTel "Environment Variable Specification". Each var has a Java property equivalent
23-
* for the var strored in {@link #otelProperty}.
22+
* Defines a subset of variables from the OTel "Environment Variable Specification" that is supported by the Bootique
23+
* integration. Each var has a Java property equivalent for the var strored in {@link #otelProperty}.
2424
*
2525
* @see <a href="https://opentelemetry.io/docs/specs/otel/configuration/sdk-environment-variables/">Environment Variable
2626
* Specification</a>
2727
* @since 4.0
2828
*/
2929
enum OpenTelemetryVar {
3030

31-
/* General SDK Configuration */
31+
/* eneral SDK Configuration */
3232
OTEL_SERVICE_NAME("service.name"),
3333

3434
/* Exporter Selection */

0 commit comments

Comments
 (0)