File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
src/main/java/com/hivemq/extensions/kafka/api Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ public interface KafkaRecordBuilder {
46
46
*
47
47
* @param topic The name of the topic.
48
48
* @return This builder.
49
- * @throws IllegalArgumentException If topic is not a valid name for a Kafka topic.
49
+ * @throws IllegalArgumentException If the topic is not a valid name for a Kafka topic.
50
50
* @since 4.4.0
51
51
*/
52
52
@ NotNull KafkaRecordBuilder topic (@ NotNull String topic );
Original file line number Diff line number Diff line change 21
21
import com .hivemq .extensions .kafka .api .transformers .TransformerInitInput ;
22
22
23
23
/**
24
- * Provides context for the set-up of a {@link KafkaToMqttTransformer}.
24
+ * Provides context for the setup of a {@link KafkaToMqttTransformer}.
25
25
*
26
26
* @author Georg Held
27
27
* @since 4.5.0
Original file line number Diff line number Diff line change 23
23
import com .hivemq .extensions .kafka .api .transformers .TransformerInitInput ;
24
24
25
25
/**
26
- * Provides context for the set-up of a {@link MqttToKafkaTransformer}.
26
+ * Provides context for the setup of a {@link MqttToKafkaTransformer}.
27
27
*
28
28
* @author Georg Held
29
29
* @since 4.4.0
You can’t perform that action at this time.
0 commit comments