Skip to content

Commit 26a4c4d

Browse files
committed
Fix WebSocket module for latest SF
1 parent 6261980 commit 26a4c4d

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/ClientWebSocketContainer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ protected void closeConnection() throws Exception { // NOSONAR
267267
}
268268

269269
@Override
270-
protected boolean isConnected() {
270+
public boolean isConnected() {
271271
return ((ClientWebSocketContainer.this.clientSession != null)
272272
&& (ClientWebSocketContainer.this.clientSession.isOpen()));
273273
}

0 commit comments

Comments
 (0)