删除 sa-token-jwt 模块过期 class

This commit is contained in:
click33 2022-08-20 09:03:09 +08:00
parent 1eddae5e1e
commit bd4247554e
2 changed files with 0 additions and 24 deletions

View File

@ -1,12 +0,0 @@
package cn.dev33.satoken.jwt;
/**
* 已更名为 StpLogicJwtForMixin请更换
*
* @author kong
* @since: 2022-5-1
*/
@Deprecated
public class StpLogicJwtForMix extends StpLogicJwtForMixin {
}

View File

@ -1,12 +0,0 @@
package cn.dev33.satoken.jwt;
/**
* 已更名为 StpLogicJwtForSimple请更换
*
* @author kong
* @since: 2022-5-1
*/
@Deprecated
public class StpLogicJwtForStyle extends StpLogicJwtForSimple {
}