Skip to content

Commit b86cdd7

Browse files
committed
Polish
1 parent b09b029 commit b86cdd7

File tree

1 file changed

+2
-1
lines changed
  • spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/kafka

1 file changed

+2
-1
lines changed

spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/kafka/KafkaProperties.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1619,7 +1619,8 @@ public void setMultiplier(double multiplier) {
16191619
getBackoff().setMultiplier(multiplier);
16201620
}
16211621

1622-
@DeprecatedConfigurationProperty(replacement = "spring.kafka.retry.topic.backoff.max-delay", since = "3.4.0")
1622+
@DeprecatedConfigurationProperty(replacement = "spring.kafka.retry.topic.backoff.max-delay",
1623+
since = "3.4.0")
16231624
@Deprecated(since = "3.4.0", forRemoval = true)
16241625
public Duration getMaxDelay() {
16251626
return getBackoff().getMaxDelay();

0 commit comments

Comments
 (0)