Skip to content

Commit 1f2cfe5

Browse files
authored
fix: typo in comment (#377)
1 parent eb8c081 commit 1f2cfe5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/google/pubsub/kafka/source/CloudPubSubSourceTask.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656

5757
/**
5858
* A {@link SourceTask} used by a {@link CloudPubSubSourceConnector} to write messages to <a
59-
* href="http://kafka.apache.org/">Apache Kafka</a>. Due to at-last-once semantics in Google Cloud
59+
* href="http://kafka.apache.org/">Apache Kafka</a>. Due to at-least-once semantics in Google Cloud
6060
* Pub/Sub duplicates in Kafka are possible.
6161
*/
6262
public class CloudPubSubSourceTask extends SourceTask {

0 commit comments

Comments
 (0)