修复错误的 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

@@ -33,7 +33,7 @@ import cn.dev33.satoken.strategy.SaStrategy;
* Sa-Token 综合拦截器,提供注解鉴权和路由拦截鉴权能力
*
* @author click33
* @since: 2022-8-21
* @since 2022-8-21
*/
public class SaInterceptor implements HandlerInterceptor {