Skip to content

Commit 84296e0

Browse files
committed
revert
1 parent 70b16af commit 84296e0

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,7 +23,6 @@
2323
import org.junit.jupiter.params.provider.Arguments;
2424
import org.junit.jupiter.params.provider.MethodSource;
2525

26-
@SuppressWarnings("deprecation")
2726
class SanitizationTest {
2827

2928
@ParameterizedTest
@@ -109,6 +108,7 @@ static Stream<Arguments> sanitizeSqlArgs() {
109108
"insert into table where col=321", "insert into table where col=?", "INSERT table"));
110109
}
111110

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

0 commit comments

Comments
 (0)