Skip to content

Commit b6640be

Browse files
author
Ace Nassri
authored
Reword comment
1 parent 1889962 commit b6640be

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

google-cloud-examples/src/main/java/com/google/cloud/examples/pubsub/snippets/TopicAdminClientSnippets.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ public ListTopicsPagedResponse listTopics() throws Exception {
7777
// [END pubsub_list_topics]
7878
}
7979

80-
/** Example of listing topics for a subscription. */
80+
/** Example of listing subscriptions for a topic. */
8181
public ListTopicSubscriptionsPagedResponse listTopicSubscriptions(String topicId)
8282
throws Exception {
8383
// [START pubsub_list_topic_subscriptions]

0 commit comments

Comments
 (0)