Fix typo in StompInboundChannelAdapter JavaDocs

Fixes https://github.com/spring-projects/spring-integration/issues/3710
This commit is contained in:
Artem Bilan
2022-01-12 09:21:37 -05:00
committed by GitHub
parent 0b38b8df60
commit efd073c9e0

View File

@@ -262,7 +262,7 @@ public class StompInboundChannelAdapter extends MessageProducerSupport implement
}
else {
logger.warn(() -> "The StompInboundChannelAdapter [" + getComponentName() +
"] ins't connected to StompSession. Check the state of [" + this.stompSessionManager + "]");
"] is not connected to StompSession. Check the state of [" + this.stompSessionManager + "]");
}
}