Skip to content

Commit 91fca72

Browse files
committed
Remove trailing space in IntWebSocketContainer
**Cherry-pick to `6.0.x` & `5.5.x`**
1 parent 0391bed commit 91fca72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-integration-websocket/src/main/java/org/springframework/integration/websocket/IntegrationWebSocketContainer.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ public abstract class IntegrationWebSocketContainer implements DisposableBean {
6868
protected final Log logger = LogFactory.getLog(getClass()); // NOSONAR
6969

7070
private WebSocketHandler webSocketHandler = new IntegrationWebSocketHandler();
71-
71+
7272
protected final Map<String, WebSocketSession> sessions = new ConcurrentHashMap<>(); // NOSONAR
7373

7474
private final List<String> supportedProtocols = new ArrayList<>();

0 commit comments

Comments
 (0)