【7.3.2】忽略警告

pull/41/head
fengshuonan 2022-11-08 20:18:31 +08:00
parent 5541550ce5
commit 737cc1b6df
2 changed files with 2 additions and 0 deletions

View File

@ -13,6 +13,7 @@ import java.lang.reflect.Proxy;
* @author fengshuonan
* @date 2022/11/8 0:45
*/
@SuppressWarnings("all")
public class TenantCacheProxy implements InvocationHandler {
/**

View File

@ -11,6 +11,7 @@ import java.util.Map;
* @author fengshuonan
* @date 2022/11/8 0:45
*/
@SuppressWarnings("all")
public class TenantCacheProxyFactory {
/**