Skip to content

Commit 406477f

Browse files
committed
suppress
1 parent 76c2d0a commit 406477f

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

inferred-spans/src/test/java/io/opentelemetry/contrib/inferredspans/internal/util/AutoConfigTestProperties.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010

1111
public class AutoConfigTestProperties extends TemporaryProperties {
1212

13+
@SuppressWarnings("this-escape")
1314
public AutoConfigTestProperties() {
1415
put("otel.java.global-autoconfigure.enabled", "true");
1516
put("otel.traces.exporter", "logging");

jmx-scraper/src/integrationTest/java/io/opentelemetry/contrib/jmxscraper/JmxScraperContainer.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ public enum ConfigSource {
5454
ENVIRONMENT_VARIABLES;
5555
}
5656

57+
@SuppressWarnings("this-escape")
5758
public JmxScraperContainer(String otlpEndpoint, String baseImage) {
5859
super(baseImage);
5960

0 commit comments

Comments
 (0)