Browse Source

renamed "declare dominates" to "declare precedence"

tags/V_1_1_b5
jhugunin 21 years ago
parent
commit
f1de2b647b
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      tests/new/options11/Aspect.java

+ 1
- 1
tests/new/options11/Aspect.java View File

class Testing { class Testing {
static aspect Init { static aspect Init {
declare dominates : Init, Library1, AnotherAspect;
declare precedence : Init, Library1, AnotherAspect;
before() : AnotherAspect.targetJoinPoints() { before() : AnotherAspect.targetJoinPoints() {
Main.i = 1; Main.i = 1;

Loading…
Cancel
Save