Skip to content

Commit

Permalink
[hotfix] Fix pubsub topic name javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
joaquinfernandez131 committed Apr 2, 2024
1 parent 4c155b4 commit be83c80
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ public interface ProjectNameBuilder<IN> {

/** Part of {@link PubSubSinkBuilder} to set required fields. */
public interface TopicNameBuilder<IN> {
/** Set the subscription name of the subscription to pull messages from. */
/** Set the name of the topic where the messages will be published. */
PubSubSinkBuilder<IN> withTopicName(String topicName);
}

Expand Down

0 comments on commit be83c80

Please sign in to comment.