Skip to content

Commit 4c1d5e1

Browse files
committed
checkstyle
1 parent f06ef14 commit 4c1d5e1

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/ShareKafkaMessageListenerContainer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ protected void initialize() {
227227
publishConsumerStartedEvent();
228228
}
229229

230-
private void wrapUp(){
230+
private void wrapUp() {
231231
this.consumer.close();
232232
this.logger.info(() -> this.consumerGroupId + ": Consumer stopped");
233233
}

0 commit comments

Comments
 (0)