Skip to content

Commit 9b61df6

Browse files
committed
Polish
1 parent 13b736b commit 9b61df6

File tree

1 file changed

+4
-4
lines changed
  • spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/amqp

1 file changed

+4
-4
lines changed

spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/amqp/RabbitProperties.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -809,10 +809,6 @@ public void setInitialInterval(Duration initialInterval) {
809809
this.initialInterval = initialInterval;
810810
}
811811

812-
public void setMaxInterval(Duration maxInterval) {
813-
this.maxInterval = maxInterval;
814-
}
815-
816812
public double getMultiplier() {
817813
return this.multiplier;
818814
}
@@ -825,6 +821,10 @@ public Duration getMaxInterval() {
825821
return this.maxInterval;
826822
}
827823

824+
public void setMaxInterval(Duration maxInterval) {
825+
this.maxInterval = maxInterval;
826+
}
827+
828828
}
829829

830830
public static class ListenerRetry extends Retry {

0 commit comments

Comments
 (0)