This commit is contained in:
Stéphane Nicoll 2023-11-27 16:29:28 +01:00
parent b2e3be10d4
commit 264ec517f2
3 changed files with 3 additions and 3 deletions

View File

@ -40,7 +40,7 @@ import org.springframework.web.socket.WebSocketHandler;
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
* @since 4.0

View File

@ -45,7 +45,7 @@ import org.springframework.web.socket.WebSocketSession;
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 Rossen Stoyanchev

View File

@ -1,5 +1,5 @@
/**
* Server-side support for the Jetty 9+ WebSocket API.
* Server-side support for the Jetty WebSocket API.
*/
@NonNullApi
@NonNullFields