Skip to content

Commit 948af8b

Browse files
committed
Fix typo in Javadoc
1 parent e3997e3 commit 948af8b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

spring-jms/src/main/java/org/springframework/jms/listener/DefaultMessageListenerContainer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1515,7 +1515,7 @@ private void clearResources() {
15151515
/**
15161516
* Apply the back-off time once. In a regular scenario, the back-off is only applied if we
15171517
* failed to recover with the broker. This additional wait period avoids a burst retry
1518-
* scenario when the broker is actually up but something else if failing (i.e. listener
1518+
* scenario when the broker is actually up but something else is failing (i.e. listener
15191519
* specific).
15201520
*/
15211521
private void waitBeforeRecoveryAttempt() {

0 commit comments

Comments
 (0)