You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/amqp/RabbitProperties.java
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -809,10 +809,6 @@ public void setInitialInterval(Duration initialInterval) {
809
809
this.initialInterval = initialInterval;
810
810
}
811
811
812
-
publicvoidsetMaxInterval(DurationmaxInterval) {
813
-
this.maxInterval = maxInterval;
814
-
}
815
-
816
812
publicdoublegetMultiplier() {
817
813
returnthis.multiplier;
818
814
}
@@ -825,6 +821,10 @@ public Duration getMaxInterval() {
0 commit comments