Przeglądaj źródła

renamed "declare dominates" to "declare precedence"

tags/V_1_1_b5
jhugunin 21 lat temu
rodzic
commit
f1de2b647b
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1
    1
      tests/new/options11/Aspect.java

+ 1
- 1
tests/new/options11/Aspect.java Wyświetl plik

@@ -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;

Ładowanie…
Anuluj
Zapisz