Skip to content

Commit b845fbe

Browse files
committed
Fix Javadocs format violations
https://build.spring.io/browse/SK-MAS-448/
1 parent 7d4af6f commit b845fbe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spring-kafka/src/main/java/org/springframework/kafka/listener/DeadLetterPublishingRecoverer.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ public DeadLetterPublishingRecoverer(KafkaTemplate<Object, Object> template) {
6767
/**
6868
* Create an instance with the provided template and destination resolving function,
6969
* that receives the failed consumer record and the exception and returns a
70-
* {@link TopicPartition}. If the partition in the {@link TopicPartition} is < 0, no
70+
* {@link TopicPartition}. If the partition in the {@link TopicPartition} is less than 0, no
7171
* partition is set when publishing to the topic.
7272
* @param template the {@link KafkaTemplate} to use for publishing.
7373
* @param destinationResolver the resolving function.
@@ -104,7 +104,7 @@ public void accept(ConsumerRecord<?, ?> record, Exception exception) {
104104
* The default implementation simply copies the key and value from the consumer record
105105
* and adds the headers. The timestamp is not set (the original timestamp is in one of
106106
* the headers).
107-
* IMPORTANT: if the partition in the {@link TopicPartition} is < 0, it must be set to null
107+
* IMPORTANT: if the partition in the {@link TopicPartition} is less than 0, it must be set to null
108108
* in the {@link ProducerRecord}.
109109
* @param record the failed record
110110
* @param topicPartition the {@link TopicPartition} returned by the destination resolver.

0 commit comments

Comments
 (0)