Skip to content

Commit de40e53

Browse files
author
chenyumic
authored
Minor Fix
1 parent e0f1d4b commit de40e53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pubsub/cloud-client/src/main/java/com/example/pubsub/PublisherExample.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ public static void main(String... args) throws Exception {
6767
List<String> messageIds = ApiFutures.allAsList(futures).get();
6868

6969
for (String messageId : messageIds) {
70-
System.out.println("messageId");
70+
System.out.println(messageId);
7171
}
7272

7373
if (publisher != null) {

0 commit comments

Comments
 (0)