]> source.dussan.org Git - aspectj.git/commitdiff
dominates -> declare dominates
authorjhugunin <jhugunin>
Wed, 18 Dec 2002 03:25:18 +0000 (03:25 +0000)
committerjhugunin <jhugunin>
Wed, 18 Dec 2002 03:25:18 +0000 (03:25 +0000)
tests/new/MultiDispatchCp.java

index b500ed4a72bc522bde8005aac992fa290fbcb355..a373bab5563eb90d343d3e1dc8cb03b5a077d493 100644 (file)
@@ -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"; }