summaryrefslogtreecommitdiffstats
path: root/tests/new/MultiDispatchCp.java
diff options
context:
space:
mode:
authorjhugunin <jhugunin>2003-01-14 17:33:36 +0000
committerjhugunin <jhugunin>2003-01-14 17:33:36 +0000
commita5fb21459045ea1ed295c21836672eecf2ca0242 (patch)
treeaf4f1b261483237ff2d2484e7245a8dc41048d0f /tests/new/MultiDispatchCp.java
parent08c86843265088699f88a4fedc4c78c5d7081d6a (diff)
downloadaspectj-a5fb21459045ea1ed295c21836672eecf2ca0242.tar.gz
aspectj-a5fb21459045ea1ed295c21836672eecf2ca0242.zip
renamed "declare dominates" to "declare precedence"
Diffstat (limited to 'tests/new/MultiDispatchCp.java')
-rw-r--r--tests/new/MultiDispatchCp.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/new/MultiDispatchCp.java b/tests/new/MultiDispatchCp.java
index a373bab55..fa7330601 100644
--- a/tests/new/MultiDispatchCp.java
+++ b/tests/new/MultiDispatchCp.java
@@ -68,7 +68,7 @@ aspect MultiCall extends Multi {
// dominates should have no effect as call join points
// always come before executions
-aspect MultiExec extends Multi { declare dominates: MultiExec, MultiCall;
+aspect MultiExec extends Multi { declare precedence: MultiExec, MultiCall;
public static boolean enabled = false;
String getPrefix() { return "exec"; }