Skip to content

Commit f42671d

Browse files
committed
typo
1 parent c4a0b1b commit f42671d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/hivemq/extensions/kafka/api/builders/KafkaRecordBuilder.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
/**
2727
* The KafkaRecordBuilder enables the creation of {@link KafkaRecord}s via its fluent API.
2828
* <p>
29-
* All data in a {@link KafkaRecord} except the topic is optional. Ensure that you set an topic via the {@link
29+
* All data in a {@link KafkaRecord} except the topic is optional. Ensure that you set a topic via the {@link
3030
* KafkaRecordBuilder#topic(String)} method before you call {@link KafkaRecordBuilder#build()}.
3131
* <p>
3232
* The internal state of this interface can only be changed via its methods. All arguments, that have mutable data

0 commit comments

Comments
 (0)