Skip to content

Commit 7a53401

Browse files
committed
Fix javadocs in back-port
1 parent 3d1cd0a commit 7a53401

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

spring-kafka/src/main/java/org/springframework/kafka/requestreply/ReplyingKafkaTemplate.java

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@
4848
import org.springframework.kafka.support.KafkaHeaders;
4949
import org.springframework.kafka.support.TopicPartitionOffset;
5050
import org.springframework.kafka.support.serializer.DeserializationException;
51-
import org.springframework.kafka.support.serializer.ErrorHandlingDeserializer;
5251
import org.springframework.kafka.support.serializer.ErrorHandlingDeserializer2;
5352
import org.springframework.lang.Nullable;
5453
import org.springframework.scheduling.TaskScheduler;
@@ -465,8 +464,8 @@ public void onMessage(List<ConsumerRecord<K, R>> data) {
465464
* deserialization; null otherwise. If you need to determine whether it was the key or
466465
* value, call
467466
* {@link ListenerUtils#getExceptionFromHeader(ConsumerRecord, String, LogAccessor)}
468-
* with {@link ErrorHandlingDeserializer#KEY_DESERIALIZER_EXCEPTION_HEADER} and
469-
* {@link ErrorHandlingDeserializer#VALUE_DESERIALIZER_EXCEPTION_HEADER} instead.
467+
* with {@link ErrorHandlingDeserializer2#KEY_DESERIALIZER_EXCEPTION_HEADER} and
468+
* {@link ErrorHandlingDeserializer2#VALUE_DESERIALIZER_EXCEPTION_HEADER} instead.
470469
* @param record the record.
471470
* @param logger a {@link LogAccessor}.
472471
* @return the {@link DeserializationException} or {@code null}.

0 commit comments

Comments
 (0)