Skip to content

Commit 0a5b45e

Browse files
Update src/main/java/com/iexec/worker/pubsub/StompClient.java
Co-authored-by: Jérémy James Toussaint <[email protected]>
1 parent caa750c commit 0a5b45e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/com/iexec/worker/pubsub/StompClient.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ private void requestNewSession() {
118118
* <br>
119119
*
120120
* <p><b>Note:</b> the reason we use a queue is because the
121-
* method {@link SessionHandler#handleTransportError()} is called,
121+
* method {@link SessionHandler#handleTransportError()} is called
122122
* two times to handle connectivity issues when the websocket
123123
* connection is, for whatever reason, brutally terminated while
124124
* a message is being transmitted.
@@ -219,4 +219,4 @@ public void handleTransportError(StompSession session, Throwable exception) {
219219
private class SessionRequestEvent {
220220

221221
}
222-
}
222+
}

0 commit comments

Comments
 (0)