Skip to content

Commit 575584d

Browse files
committed
Fix Checkstyle violation from the previous commit
1 parent 5e0e620 commit 575584d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-integration-kafka/src/main/java/org/springframework/integration/kafka/dsl/KafkaMessageListenerContainerSpec.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,8 @@ public KafkaMessageListenerContainerSpec<K, V> concurrency(int concurrency) {
8686
* {@link org.springframework.kafka.listener.AbstractMessageListenerContainer}.
8787
* @param errorHandler the {@link org.springframework.kafka.listener.ErrorHandler}.
8888
* @return the spec.
89-
* @see org.springframework.kafka.listener.ErrorHandler
9089
* @deprecated - will be replaced in 6.0 with {@code CommonErrorHandler}.
90+
* @see org.springframework.kafka.listener.ErrorHandler
9191
*/
9292
@Deprecated
9393
public KafkaMessageListenerContainerSpec<K, V> errorHandler(GenericErrorHandler<?> errorHandler) {

0 commit comments

Comments
 (0)