From ad4e9209b4237fcd3bfe471533a43d16755069d4 Mon Sep 17 00:00:00 2001 From: aclement Date: Tue, 19 Apr 2005 12:42:59 +0000 Subject: [PATCH] accessed from gen'd code, needs to be visible --- runtime/src/org/aspectj/runtime/internal/AroundClosure.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() { -- 2.39.5