Skip to content

Commit 2eab3df

Browse files
venilnoronharstoyanchev
authored andcommitted
Delegate sendMessage
Issue: SPR-14139
1 parent e205a1b commit 2eab3df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spring-websocket/src/main/java/org/springframework/web/socket/handler/WebSocketSessionDecorator.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2002-2014 the original author or authors.
2+
* Copyright 2002-2016 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -145,7 +145,7 @@ public boolean isOpen() {
145145

146146
@Override
147147
public void sendMessage(WebSocketMessage<?> message) throws IOException {
148-
148+
this.delegate.sendMessage(message);
149149
}
150150

151151
@Override

0 commit comments

Comments
 (0)