aboutsummaryrefslogtreecommitdiffstats
path: root/tests/new/Counting1.java
diff options
context:
space:
mode:
authorjhugunin <jhugunin>2003-01-14 17:33:36 +0000
committerjhugunin <jhugunin>2003-01-14 17:33:36 +0000
commita5fb21459045ea1ed295c21836672eecf2ca0242 (patch)
treeaf4f1b261483237ff2d2484e7245a8dc41048d0f /tests/new/Counting1.java
parent08c86843265088699f88a4fedc4c78c5d7081d6a (diff)
downloadaspectj-a5fb21459045ea1ed295c21836672eecf2ca0242.tar.gz
aspectj-a5fb21459045ea1ed295c21836672eecf2ca0242.zip
renamed "declare dominates" to "declare precedence"
Diffstat (limited to 'tests/new/Counting1.java')
-rw-r--r--tests/new/Counting1.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/new/Counting1.java b/tests/new/Counting1.java
index 6027409e2..62cb32528 100644
--- a/tests/new/Counting1.java
+++ b/tests/new/Counting1.java
@@ -142,7 +142,7 @@ aspect MoveTracking {
}
}
-aspect Mobility { declare dominates: Mobility, MoveTracking;
+aspect Mobility { declare precedence: Mobility, MoveTracking;
private static boolean enableMoves = true;