Skip to content

Commit 1a1d767

Browse files
tomfitzhenrysnicoll
authored andcommitted
Fix typo in exception message: quite -> quiet
Closes gh-1547
1 parent 1bf3e7c commit 1a1d767

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-messaging/src/main/java/org/springframework/messaging/simp/stomp/DefaultStompSession.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -670,7 +670,7 @@ private class ReadInactivityTask implements Runnable {
670670
@Override
671671
public void run() {
672672
closing = true;
673-
String error = "Server has gone quite. Closing connection in session id=" + sessionId + ".";
673+
String error = "Server has gone quiet. Closing connection in session id=" + sessionId + ".";
674674
if (logger.isDebugEnabled()) {
675675
logger.debug(error);
676676
}

0 commit comments

Comments
 (0)