JohnGrib 2019-11-13 14:57:23 +09:00 committed by Rossen Stoyanchev
parent 4e5ae54417
commit 8bb165e55c
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ import org.springframework.web.socket.sockjs.transport.TransportType;
import org.springframework.web.socket.sockjs.transport.session.StreamingSockJsSession;
/**
* A TransportHandler for sending messages via Server-Sent events:
* A TransportHandler for sending messages via Server-Sent Events:
* <a href="https://dev.w3.org/html5/eventsource/">https://dev.w3.org/html5/eventsource/</a>.
*
* @author Rossen Stoyanchev