Skip to content
This repository was archived by the owner on Apr 7, 2026. It is now read-only.

Commit a82f14e

Browse files
committed
remove deprecated warning
1 parent 1b80ffe commit a82f14e

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

google-cloud-spanner/src/main/java/com/google/cloud/spanner/CompositeTracer.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,6 @@ public void addAttributes(Map<String, String> attributes) {
191191
}
192192
}
193193

194-
@Deprecated
195194
public void recordGFELatency(Long gfeLatency) {
196195
for (ApiTracer child : children) {
197196
if (child instanceof BuiltInMetricsTracer) {
@@ -208,7 +207,6 @@ public void recordGfeHeaderMissingCount(Long value) {
208207
}
209208
}
210209

211-
@Deprecated
212210
public void recordAFELatency(Long afeLatency) {
213211
for (ApiTracer child : children) {
214212
if (child instanceof BuiltInMetricsTracer) {

0 commit comments

Comments
 (0)