Fix typo in KafkaListenerErrorHandler class description

This commit is contained in:
Christophe Bismuth
2019-01-28 10:54:01 +01:00
committed by Artem Bilan
parent 39ce0826e0
commit cf6383891b

View File

@@ -21,7 +21,7 @@ import org.apache.kafka.clients.consumer.Consumer;
import org.springframework.messaging.Message;
/**
* An error handler which is called when a {code @KafkaListener} method
* An error handler which is called when a {@code @KafkaListener} method
* throws an exception. This is invoked higher up the stack than the
* listener container's error handler. For methods annotated with
* {@code @SendTo}, the error handler can return a result.