diff options
author | jhugunin <jhugunin> | 2002-12-18 03:25:18 +0000 |
---|---|---|
committer | jhugunin <jhugunin> | 2002-12-18 03:25:18 +0000 |
commit | 2f454c20060a95d78e82b079d66641ffbd13aa7d (patch) | |
tree | 0c7f4d0c353ecda40f646b7539e25df63a6bf145 /tests/new/MultiDispatchCp.java | |
parent | ec427477ed4001f39fe29dbf6a7045746644369a (diff) | |
download | aspectj-2f454c20060a95d78e82b079d66641ffbd13aa7d.tar.gz aspectj-2f454c20060a95d78e82b079d66641ffbd13aa7d.zip |
dominates -> declare dominates
Diffstat (limited to 'tests/new/MultiDispatchCp.java')
-rw-r--r-- | tests/new/MultiDispatchCp.java | 2 |
1 files changed, 1 insertions, 1 deletions
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"; } |