]> source.dussan.org Git - aspectj.git/commitdiff
fixed accessiblity bug
authorjhugunin <jhugunin>
Wed, 18 Dec 2002 05:08:26 +0000 (05:08 +0000)
committerjhugunin <jhugunin>
Wed, 18 Dec 2002 05:08:26 +0000 (05:08 +0000)
org.aspectj.ajdt.core/testdata/src1/InterTypeConstructors.java

index d11f3bf4d9d931b8d759eb5c6fba304fef03dae5..7b88327719354f04c4d009f21cad1bc413f9d95a 100644 (file)
@@ -56,7 +56,7 @@ interface I extends SuperI { }
 
 
 
-aspect A {
+privileged aspect A {
        public static Target makeT() {
                return new Target(10);
        }