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-integration-stomp/src/main/java/org/springframework/integration/stomp/inbound/StompInboundChannelAdapter.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -262,7 +262,7 @@ else if (body instanceof Message) {
262
262
}
263
263
else {
264
264
logger.warn(() -> "The StompInboundChannelAdapter [" + getComponentName() +
265
-
"] ins't connected to StompSession. Check the state of [" + this.stompSessionManager + "]");
265
+
"] is not connected to StompSession. Check the state of [" + this.stompSessionManager + "]");
0 commit comments