Commit 7d50799
Fix ApiFutures.addCallback() (#3886)
ApiFutures.addCallback() now requires a third argument (a non-direct executor).
Ref: https://github.com/googleapis/api-common-java/blob/master/src/main/java/com/google/api/core/ApiFutures.java1 parent 9c111f4 commit 7d50799
File tree
1 file changed
+2
-1
lines changed- google-cloud-examples/src/main/java/com/google/cloud/examples/pubsub/snippets
1 file changed
+2
-1
lines changedLines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| 39 | + | |
39 | 40 | | |
40 | 41 | | |
41 | 42 | | |
| |||
62 | 63 | | |
63 | 64 | | |
64 | 65 | | |
65 | | - | |
| 66 | + | |
66 | 67 | | |
67 | 68 | | |
68 | 69 | | |
| |||
0 commit comments