From: jhugunin Date: Tue, 14 Jan 2003 18:56:33 +0000 (+0000) Subject: renamed "declare dominates" to "declare precedence" X-Git-Tag: V_1_1_b5~118 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=f1de2b647b2db6da2dce83d4b0679082e98df784;p=aspectj.git renamed "declare dominates" to "declare precedence" --- 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;