Skip to content

Commit 06e0c6f

Browse files
committed
fix
1 parent dca4806 commit 06e0c6f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

instrumentation-api/src/test/java/io/opentelemetry/instrumentation/api/internal/InstrumenterContextTest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
import java.util.Collection;
2424
import java.util.Collections;
2525
import java.util.Map;
26+
import javax.annotation.Nullable;
2627
import org.junit.jupiter.api.Test;
2728
import org.junit.jupiter.api.extension.RegisterExtension;
2829

@@ -42,6 +43,7 @@ public String getDbSystem(Object o) {
4243
}
4344

4445
@Override
46+
@Nullable
4547
public String getDbNamespace(Object o) {
4648
return null;
4749
}

0 commit comments

Comments
 (0)