修复错误的 javadoc 格式

This commit is contained in:
click33
2023-05-15 19:53:57 +08:00
parent 017546bedf
commit f4dd609d8a
37 changed files with 37 additions and 37 deletions

View File

@@ -12,7 +12,7 @@ import org.springframework.web.socket.handler.TextWebSocketHandler;
* 处理 WebSocket 连接
*
* @author click33
* @since: 2022-2-11
* @since 2022-2-11
*/
public class MyWebSocketHandler extends TextWebSocketHandler {

View File

@@ -9,7 +9,7 @@ import org.springframework.web.socket.config.annotation.WebSocketHandlerRegistry
* WebSocket 相关配置
*
* @author click33
* @since: 2022-2-11
* @since 2022-2-11
*/
@Configuration
@EnableWebSocket

View File

@@ -13,7 +13,7 @@ import cn.dev33.satoken.stp.StpUtil;
* WebSocket 握手的前置拦截器
*
* @author click33
* @since: 2022-2-11
* @since 2022-2-11
*/
public class WebSocketInterceptor implements HandshakeInterceptor {