Skip to content

Commit 77aa6fb

Browse files
committed
comment
1 parent 8561995 commit 77aa6fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
import javax.annotation.Nullable;
99

1010
/** An interface for getting attributes common to database clients. */
11-
@Deprecated
11+
@Deprecated // to be removed in 3.0.0
1212
public interface DbClientCommonAttributesGetter<REQUEST> {
1313

1414
@Nullable

0 commit comments

Comments
 (0)