Polish
This commit is contained in:
parent
b2e3be10d4
commit
264ec517f2
|
|
@ -40,7 +40,7 @@ import org.springframework.web.socket.WebSocketHandler;
|
||||||
import org.springframework.web.socket.handler.ExceptionWebSocketHandlerDecorator;
|
import org.springframework.web.socket.handler.ExceptionWebSocketHandlerDecorator;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Adapts {@link WebSocketHandler} to the Jetty 9 WebSocket API.
|
* Adapts {@link WebSocketHandler} to the Jetty WebSocket API.
|
||||||
*
|
*
|
||||||
* @author Rossen Stoyanchev
|
* @author Rossen Stoyanchev
|
||||||
* @since 4.0
|
* @since 4.0
|
||||||
|
|
|
||||||
|
|
@ -45,7 +45,7 @@ import org.springframework.web.socket.WebSocketSession;
|
||||||
import org.springframework.web.socket.adapter.AbstractWebSocketSession;
|
import org.springframework.web.socket.adapter.AbstractWebSocketSession;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* A {@link WebSocketSession} for use with the Jetty 9.4 WebSocket API.
|
* A {@link WebSocketSession} for use with the Jetty WebSocket API.
|
||||||
*
|
*
|
||||||
* @author Phillip Webb
|
* @author Phillip Webb
|
||||||
* @author Rossen Stoyanchev
|
* @author Rossen Stoyanchev
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
/**
|
/**
|
||||||
* Server-side support for the Jetty 9+ WebSocket API.
|
* Server-side support for the Jetty WebSocket API.
|
||||||
*/
|
*/
|
||||||
@NonNullApi
|
@NonNullApi
|
||||||
@NonNullFields
|
@NonNullFields
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue