diff options
author | jhugunin <jhugunin> | 2003-01-08 02:16:47 +0000 |
---|---|---|
committer | jhugunin <jhugunin> | 2003-01-08 02:16:47 +0000 |
commit | 919922324bf209b78d0ded51befb41599abe673c (patch) | |
tree | 2ea852cf231b2d41f3854b33e9bb734007f5639f /tests/bugs/PrivilegeBeyondScope.java | |
parent | 8995a3a369a70a5d6122faee1f1783777c83b2ac (diff) | |
download | aspectj-919922324bf209b78d0ded51befb41599abe673c.tar.gz aspectj-919922324bf209b78d0ded51befb41599abe673c.zip |
correct line number
Diffstat (limited to 'tests/bugs/PrivilegeBeyondScope.java')
-rw-r--r-- | tests/bugs/PrivilegeBeyondScope.java | 2 |
1 files changed, 1 insertions, 1 deletions
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 } } |