Skip to content

Commit a0cf8df

Browse files
fix(spanner): Add logs
1 parent 10febcd commit a0cf8df

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -483,6 +483,7 @@ public void run() {
483483
@Override
484484
public ApiFuture<Void> setCallback(Executor exec, ReadyCallback cb) {
485485
synchronized (monitor) {
486+
System.out.println("setCallback is called");
486487
Preconditions.checkState(!closed, "This AsyncResultSet has been closed");
487488
Preconditions.checkState(
488489
this.state == State.INITIALIZED, "callback may not be set multiple times");

0 commit comments

Comments
 (0)