]> source.dussan.org Git - aspectj.git/commitdiff
correct line number
authorjhugunin <jhugunin>
Wed, 8 Jan 2003 02:16:47 +0000 (02:16 +0000)
committerjhugunin <jhugunin>
Wed, 8 Jan 2003 02:16:47 +0000 (02:16 +0000)
tests/bugs/PrivilegeBeyondScope.java

index 77b706b15f867394627374c26afd84863f0af21c..469aeb1a8578cee55abdba1773c7be9aeb212ab9 100644 (file)
@@ -20,7 +20,7 @@ privileged aspect A {
 
     after() returning (Object o ) : 
         execution(Object C.get()) {
-        observable.setChanged(); // CE 22 (unable to implement privilege outside C
+        observable.setChanged(); // CE 23 (unable to implement privilege outside C
           // CE unable to implement privilege outside code the compiler controls
     }
 }