Fix various javadoc warnings
This commit is contained in:
@@ -66,8 +66,7 @@ public class StompSubProtocolHandler implements SubProtocolHandler {
|
||||
|
||||
/**
|
||||
* Provide a registry with which to register active user session ids.
|
||||
*
|
||||
* @see {@link org.springframework.messaging.simp.handler.UserDestinationMessageHandler}
|
||||
* @see org.springframework.messaging.simp.handler.UserDestinationMessageHandler
|
||||
*/
|
||||
public void setUserSessionRegistry(UserSessionRegistry registry) {
|
||||
this.userSessionRegistry = registry;
|
||||
|
||||
@@ -45,7 +45,7 @@ public class WebSocketConfigurationSupport {
|
||||
|
||||
/**
|
||||
* The default TaskScheduler to use if none is configured via
|
||||
* {@link SockJsServiceRegistration#setTaskScheduler()}, i.e.
|
||||
* {@link SockJsServiceRegistration#setTaskScheduler}, i.e.
|
||||
* <pre class="code">
|
||||
* @Configuration
|
||||
* @EnableWebSocket
|
||||
|
||||
@@ -49,10 +49,6 @@ import org.springframework.web.socket.support.LoggingWebSocketHandlerDecorator;
|
||||
* {@link HttpServletResponse} to {@link ServerHttpRequest} and {@link ServerHttpResponse}
|
||||
* respectively.
|
||||
*
|
||||
* <p>The {@link #applyDefaultDecorators(WebSocketHandler)} method decorates the given
|
||||
* WebSocketHandler with a logging and exception handling decorators. This method can
|
||||
* be overridden to change that.
|
||||
*
|
||||
* @author Rossen Stoyanchev
|
||||
* @since 4.0
|
||||
*/
|
||||
|
||||
@@ -23,7 +23,7 @@ import org.springframework.web.socket.sockjs.transport.session.SockJsServiceConf
|
||||
|
||||
/**
|
||||
* @author Rossen Stoyanchev
|
||||
* @sicne 4.0
|
||||
* @since 4.0
|
||||
*/
|
||||
public abstract class TransportHandlerSupport {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user