Skip to content

Commit

Permalink
Fix Sonar issue on Spring Boot property
Browse files Browse the repository at this point in the history
  • Loading branch information
loicgreffier committed Mar 5, 2024
1 parent 0e04810 commit c43e8e7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public class OpenTelemetryConfig {
/**
* The OpenTelemetry resource attributes.
*/
@Value("${otel.resource.attributes:}")
@Value("${otel.resource.attributes}")
private String otelResourceAttributes;

/**
Expand Down

0 comments on commit c43e8e7

Please sign in to comment.