mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-25 16:29:28 +00:00
Fix typo in Javadoc
This commit is contained in:
+1
-1
@@ -1515,7 +1515,7 @@ public class DefaultMessageListenerContainer extends AbstractPollingMessageListe
|
||||
/**
|
||||
* Apply the back-off time once. In a regular scenario, the back-off is only applied if we
|
||||
* failed to recover with the broker. This additional wait period avoids a burst retry
|
||||
* scenario when the broker is actually up but something else if failing (i.e. listener
|
||||
* scenario when the broker is actually up but something else is failing (i.e. listener
|
||||
* specific).
|
||||
*/
|
||||
private void waitBeforeRecoveryAttempt() {
|
||||
|
||||
Reference in New Issue
Block a user