删除无效代码
This commit is contained in:
@@ -49,7 +49,6 @@ public class Invocation {
|
||||
this.targetClass = this.targetMethod.getDeclaringClass();
|
||||
this.proxy = proxy;
|
||||
this.callback = callback;
|
||||
this.targetClass = proxy.getClass().getSuperclass();
|
||||
this.args = args;
|
||||
this.interceptors = getInterceptors(this.targetMethod);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user