Skip to content

Commit ac23f46

Browse files
committed
Checkstyle Fix
1 parent 9e0936f commit ac23f46

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ private long applyTimingAdjustment(Context context, long timeUntilDue, long poll
196196
"Skipping timing adjustment for TopicPartition %s.", context.getTopicPartition()));
197197
return 0L;
198198
}
199-
return this.kafkaConsumerTimingAdjuster.adjustTiming( // NOSONAR
199+
return this.kafkaConsumerTimingAdjuster.adjustTiming(
200200
context.getConsumerForTimingAdjustment(),
201201
context.getTopicPartition(), pollTimeout, timeUntilDue);
202202
}

0 commit comments

Comments
 (0)