From a5fb21459045ea1ed295c21836672eecf2ca0242 Mon Sep 17 00:00:00 2001 From: jhugunin Date: Tue, 14 Jan 2003 17:33:36 +0000 Subject: renamed "declare dominates" to "declare precedence" --- tests/new/MultiDispatchCp.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/new/MultiDispatchCp.java') 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"; } -- cgit v1.2.3