From: jhugunin Date: Wed, 8 Jan 2003 02:16:47 +0000 (+0000) Subject: correct line number X-Git-Tag: V_1_1_b5~128 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=919922324bf209b78d0ded51befb41599abe673c;p=aspectj.git correct line number --- diff --git a/tests/bugs/PrivilegeBeyondScope.java b/tests/bugs/PrivilegeBeyondScope.java index 77b706b15..469aeb1a8 100644 --- a/tests/bugs/PrivilegeBeyondScope.java +++ b/tests/bugs/PrivilegeBeyondScope.java @@ -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 } }