]> source.dussan.org Git - aspectj.git/commitdiff
changed visibility
authoraclement <aclement>
Tue, 19 Apr 2005 12:17:13 +0000 (12:17 +0000)
committeraclement <aclement>
Tue, 19 Apr 2005 12:17:13 +0000 (12:17 +0000)
weaver/src/org/aspectj/weaver/patterns/SimpleScope.java

index 54282a775d1964dd00c728f85fd09dfee8cacfb7..a58060bc1ca865414a051434e1ee5e79bea8c06d 100644 (file)
@@ -27,7 +27,7 @@ public class SimpleScope implements IScope {
 
     private World world;
     private ResolvedTypeX enclosingType;
-    private FormalBinding[] bindings;
+    protected FormalBinding[] bindings;
 
        private String[] importedPrefixes = javaLangPrefixArray;
        private String[] importedNames = ZERO_STRINGS;
@@ -37,7 +37,7 @@ public class SimpleScope implements IScope {
         this.world = world;
         this.bindings = bindings;
     }
-       
+
        // ---- impl
 
        //XXX doesn't report any problems