We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8720e2 commit 28f2f4aCopy full SHA for 28f2f4a
1 file changed
spring-websocket/src/main/java/org/springframework/web/socket/handler/WebSocketSessionDecorator.java
@@ -1,5 +1,5 @@
1
/*
2
- * Copyright 2002-2014 the original author or authors.
+ * Copyright 2002-2016 the original author or authors.
3
*
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
* you may not use this file except in compliance with the License.
@@ -145,7 +145,7 @@ public boolean isOpen() {
145
146
@Override
147
public void sendMessage(WebSocketMessage<?> message) throws IOException {
148
-
+ this.delegate.sendMessage(message);
149
}
150
151
0 commit comments