You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: branches/autosynth-compute/google-cloud-clients/google-cloud-spanner/src/main/java/com/google/cloud/spanner/SpannerImpl.java
-2Lines changed: 0 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1291,7 +1291,6 @@ public <T> T run(TransactionCallable<T> callable) {
1291
1291
// We also do this unconditionally in case a user has modified the flag when the transaction
1292
1292
// was running.
1293
1293
hasPendingTransaction.remove();
1294
-
span.end();
1295
1294
}
1296
1295
}
1297
1296
@@ -2627,7 +2626,6 @@ public void close(@Nullable String message) {
0 commit comments