diff options
-rw-r--r-- | org.aspectj.ajdt.core/src/org/aspectj/ajdt/internal/compiler/ast/InterTypeDeclaration.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/org.aspectj.ajdt.core/src/org/aspectj/ajdt/internal/compiler/ast/InterTypeDeclaration.java b/org.aspectj.ajdt.core/src/org/aspectj/ajdt/internal/compiler/ast/InterTypeDeclaration.java index 82e29fa6a..4c93be6ec 100644 --- a/org.aspectj.ajdt.core/src/org/aspectj/ajdt/internal/compiler/ast/InterTypeDeclaration.java +++ b/org.aspectj.ajdt.core/src/org/aspectj/ajdt/internal/compiler/ast/InterTypeDeclaration.java @@ -50,7 +50,7 @@ public abstract class InterTypeDeclaration extends AjMethodDeclaration { protected TypeReference onType; protected ReferenceBinding onTypeBinding; protected ResolvedTypeMunger munger; - protected int declaredModifiers; + public int declaredModifiers; // so others can see (these differ from the modifiers in the superclass) protected char[] declaredSelector; /** |