diff options
-rw-r--r-- | runtime/src/org/aspectj/runtime/internal/AroundClosure.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/src/org/aspectj/runtime/internal/AroundClosure.java b/runtime/src/org/aspectj/runtime/internal/AroundClosure.java index f47921688..0557116e0 100644 --- a/runtime/src/org/aspectj/runtime/internal/AroundClosure.java +++ b/runtime/src/org/aspectj/runtime/internal/AroundClosure.java @@ -18,7 +18,7 @@ package org.aspectj.runtime.internal; import org.aspectj.lang.ProceedingJoinPoint; public abstract class AroundClosure { - private Object[] state; + protected Object[] state; protected Object[] preInitializationState; public AroundClosure() { |