|
@@ -37,7 +37,7 @@ public class Invocation {
|
|
|
private Object[] args;
|
|
private Object[] args;
|
|
|
private MethodProxy methodProxy;
|
|
private MethodProxy methodProxy;
|
|
|
private Interceptor[] inters;
|
|
private Interceptor[] inters;
|
|
|
- private Object returnValue = null;
|
|
|
|
|
|
|
+ private Object returnValue;
|
|
|
|
|
|
|
|
private int index = 0;
|
|
private int index = 0;
|
|
|
|
|
|