Skip to content

Commit 4a36432

Browse files
committed
reduce visibility
1 parent c37873c commit 4a36432

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

instrumentation/spring/spring-boot-autoconfigure/src/main/java/io/opentelemetry/instrumentation/spring/autoconfigure/OpenTelemetryAutoConfiguration.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ public OpenTelemetryAutoConfiguration() {}
5959

6060
@Bean
6161
@ConfigurationPropertiesBinding
62-
public OtelMapConverter otelMapConverter() {
62+
OtelMapConverter otelMapConverter() {
6363
// This is needed for otlp exporter headers and OtelResourceProperties.
6464

6565
// We need this converter, even if the SDK is disabled,

0 commit comments

Comments
 (0)