Skip to content

Commit 60f1c70

Browse files
author
chenyumic
authored
---
yaml --- r: 9623 b: refs/heads/michaelawyu-patch-1 c: a3bce15 h: refs/heads/master i: 9621: f13ec83 9619: d4286d2 9615: 5bb80e9
1 parent 5c1d762 commit 60f1c70

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,4 +97,4 @@ refs/tags/v0.45.0: 4b4eb52d0823f5335cb8acf54a88bae199e013ae
9797
refs/tags/v0.46.0: 40dfc83a11b2cf2c21bf0f5a7b1e47087cbf0259
9898
refs/heads/proto-grpc-refactoring-rollback: 6094a5b7427538fde31e25bf028bc91a4d9769ab
9999
refs/heads/alixhami-patch-1: 277eebc2d3abd73fa376a1d6f39fcb93a9f0335d
100-
refs/heads/michaelawyu-patch-1: da3e2a7c79989501263b56d0036de76e9daca102
100+
refs/heads/michaelawyu-patch-1: a3bce15c61acff0854fa88931837fc89dee98a40

branches/michaelawyu-patch-1/google-cloud-examples/src/main/java/com/google/cloud/examples/pubsub/snippets/CreateTopicAndPublishMessages.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ public static void publishMessagesWithErrorHandler() throws Exception {
9999
ApiFuture<String> future = publisher.publish(pubsubMessage);
100100

101101
// Add an asynchronous callback to handle success / failure
102-
ApiFuture.addCallback(future, new ApiFutureCallback<String>() {
102+
ApiFutures.addCallback(future, new ApiFutureCallback<String>() {
103103

104104
@Override
105105
public void onFailure(Throwable throwable) {

0 commit comments

Comments
 (0)