mirror of
https://gitee.com/dromara/hutool.git
synced 2025-11-26 02:09:46 +08:00
fix code
This commit is contained in:
@@ -16,8 +16,8 @@ import java.lang.reflect.Method;
|
||||
public class CglibInterceptor implements MethodInterceptor, Serializable {
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
||||
private Object target;
|
||||
private Aspect aspect;
|
||||
private final Object target;
|
||||
private final Aspect aspect;
|
||||
|
||||
/**
|
||||
* 构造
|
||||
|
||||
Reference in New Issue
Block a user