removing verbose comment

This commit is contained in:
felipeazv 2018-01-22 22:28:02 +01:00
parent 3e5ac1de94
commit c38de161c6
1 changed files with 0 additions and 6 deletions

View File

@ -28,12 +28,6 @@ public class ReactiveWebSocketHandler implements WebSocketHandler {
private ObjectMapper json = new ObjectMapper();
/**
* On each new client session, send the message flux to the client.
* Spring subscribes to the flux and send every new flux event to the WebSocketSession object
* @param session
* @return Mono<Void>
*/
@Override
public Mono<Void> handle(WebSocketSession webSocketSession) {