Skip to content

Commit f4004c6

Browse files
Fix pubsub topic name javadoc
1 parent 4c155b4 commit f4004c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flink-connector-gcp-pubsub/src/main/java/org/apache/flink/streaming/connectors/gcp/pubsub/PubSubSink.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ public interface ProjectNameBuilder<IN> {
331331

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

0 commit comments

Comments
 (0)