Polish JavaDoc

Issue: SPR-17174
This commit is contained in:
Sam Brannen
2018-08-18 18:15:05 +02:00
parent 1d59e52f11
commit a8fbac8472
4 changed files with 73 additions and 71 deletions

View File

@@ -53,7 +53,7 @@ import org.springframework.web.socket.sockjs.support.AbstractSockJsService;
* A basic implementation of {@link org.springframework.web.socket.sockjs.SockJsService}
* with support for SPI-based transport handling and session management.
*
* <p>Based on the {@link TransportHandler} SPI. {@link TransportHandler TransportHandlers} may
* <p>Based on the {@link TransportHandler} SPI. {@code TransportHandlers} may
* additionally implement the {@link SockJsSessionFactory} and {@link HandshakeHandler} interfaces.
*
* <p>See the {@link AbstractSockJsService} base class for important details on request mapping.