Skip to content

Commit 1132997

Browse files
committed
add nullaway
1 parent f0ea194 commit 1132997

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

instrumentation-api-incubator/src/main/java/io/opentelemetry/instrumentation/api/incubator/semconv/db/DbClientCommonAttributesGetter.java

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,7 @@ default String getSystem(REQUEST request) {
1616
return null;
1717
}
1818

19-
// TODO: make this required to implement
20-
@Nullable
21-
default String getDbSystem(REQUEST request) {
22-
return getSystem(request);
23-
}
19+
String getDbSystem(REQUEST request);
2420

2521
@Deprecated
2622
@Nullable

0 commit comments

Comments
 (0)