From 2f454c20060a95d78e82b079d66641ffbd13aa7d Mon Sep 17 00:00:00 2001 From: jhugunin Date: Wed, 18 Dec 2002 03:25:18 +0000 Subject: [PATCH] dominates -> declare dominates --- tests/new/MultiDispatchCp.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/new/MultiDispatchCp.java b/tests/new/MultiDispatchCp.java index b500ed4a7..a373bab55 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 dominates MultiCall { +aspect MultiExec extends Multi { declare dominates: MultiExec, MultiCall; public static boolean enabled = false; String getPrefix() { return "exec"; } -- 2.39.5