Skip to content

Commit efd073c

Browse files
authored
Fix typo in StompInboundChannelAdapter JavaDocs
Fixes #3710
1 parent 0b38b8d commit efd073c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-integration-stomp/src/main/java/org/springframework/integration/stomp/inbound/StompInboundChannelAdapter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ else if (body instanceof Message) {
262262
}
263263
else {
264264
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 + "]");
266266
}
267267
}
268268

0 commit comments

Comments
 (0)