From f1de2b647b2db6da2dce83d4b0679082e98df784 Mon Sep 17 00:00:00 2001 From: jhugunin Date: Tue, 14 Jan 2003 18:56:33 +0000 Subject: [PATCH] renamed "declare dominates" to "declare precedence" --- tests/new/options11/Aspect.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/new/options11/Aspect.java b/tests/new/options11/Aspect.java index e0c56f519..4dcd5baf0 100644 --- a/tests/new/options11/Aspect.java +++ b/tests/new/options11/Aspect.java @@ -21,7 +21,7 @@ aspect AnotherAspect extends Library2 { class Testing { static aspect Init { - declare dominates : Init, Library1, AnotherAspect; + declare precedence : Init, Library1, AnotherAspect; before() : AnotherAspect.targetJoinPoints() { Main.i = 1; -- 2.39.5