Skip to content

Commit f250faf

Browse files
committed
Fix build error
1 parent b080de3 commit f250faf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dd-java-agent/instrumentation/jdbc/src/main/java/datadog/trace/instrumentation/jdbc/IastResultSetInstrumentation.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
@AutoService(InstrumenterModule.class)
3232
public class IastResultSetInstrumentation extends InstrumenterModule.Iast
33-
implements Instrumenter.ForTypeHierarchy {
33+
implements Instrumenter.ForTypeHierarchy, Instrumenter.HasMethodAdvice {
3434

3535
public IastResultSetInstrumentation() {
3636
super("jdbc", "jdbc-resultset", "iast-resultset");

0 commit comments

Comments
 (0)