We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10febcd commit a0cf8dfCopy full SHA for a0cf8df
google-cloud-spanner/src/main/java/com/google/cloud/spanner/AsyncResultSetImpl.java
@@ -483,6 +483,7 @@ public void run() {
483
@Override
484
public ApiFuture<Void> setCallback(Executor exec, ReadyCallback cb) {
485
synchronized (monitor) {
486
+ System.out.println("setCallback is called");
487
Preconditions.checkState(!closed, "This AsyncResultSet has been closed");
488
Preconditions.checkState(
489
this.state == State.INITIALIZED, "callback may not be set multiple times");
0 commit comments