Skip to content

Commit 0073314

Browse files
committed
Review fixes for camel-2.20:javaagent-unit-tests
Automated code review of instrumentation/camel-2.20/javaagent-unit-tests.
1 parent 9373481 commit 0073314

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • instrumentation/camel-2.20/javaagent-unit-tests/src/test/java/io/opentelemetry/javaagent/instrumentation/camel/v2_20/decorators

instrumentation/camel-2.20/javaagent-unit-tests/src/test/java/io/opentelemetry/javaagent/instrumentation/camel/v2_20/decorators/SanitizationTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
import org.junit.jupiter.params.provider.Arguments;
2424
import org.junit.jupiter.params.provider.MethodSource;
2525

26+
@SuppressWarnings("deprecation")
2627
class SanitizationTest {
2728

2829
@ParameterizedTest
@@ -108,7 +109,6 @@ static Stream<Arguments> sanitizeSqlArgs() {
108109
"insert into table where col=321", "insert into table where col=?", "INSERT table"));
109110
}
110111

111-
@SuppressWarnings("deprecation")
112112
private static void assertSanitizedQuery(
113113
DbSpanDecorator decorator,
114114
Exchange exchange,

0 commit comments

Comments
 (0)