Fix Checkstyle violation from the previous commit

This commit is contained in:
Artem Bilan
2022-03-16 15:25:10 -04:00
parent 5e0e620351
commit 575584d2aa

View File

@@ -86,8 +86,8 @@ public class KafkaMessageListenerContainerSpec<K, V>
* {@link org.springframework.kafka.listener.AbstractMessageListenerContainer}.
* @param errorHandler the {@link org.springframework.kafka.listener.ErrorHandler}.
* @return the spec.
* @see org.springframework.kafka.listener.ErrorHandler
* @deprecated - will be replaced in 6.0 with {@code CommonErrorHandler}.
* @see org.springframework.kafka.listener.ErrorHandler
*/
@Deprecated
public KafkaMessageListenerContainerSpec<K, V> errorHandler(GenericErrorHandler<?> errorHandler) {