Skip to content

Commit 1b5b5b2

Browse files
committed
Fix Checkstyle in the MessageListenerContainer
https://build.spring.io/browse/SK-MAS-490/
1 parent adc9463 commit 1b5b5b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
* @author Gary Russell
3434
* @author Vladimir Tsanev
3535
*/
36-
public interface MessageListenerContainer extends SmartLifecycle {
36+
public interface MessageListenerContainer extends SmartLifecycle {
3737

3838
/**
3939
* Setup the message listener to use. Throws an {@link IllegalArgumentException}

0 commit comments

Comments
 (0)