Fix typo in Javadoc

This commit is contained in:
Sam Brannen
2026-01-14 11:37:37 +01:00
parent e3997e3060
commit 948af8bcc6
@@ -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() {