diff options
author | jhugunin <jhugunin> | 2003-01-14 17:33:36 +0000 |
---|---|---|
committer | jhugunin <jhugunin> | 2003-01-14 17:33:36 +0000 |
commit | a5fb21459045ea1ed295c21836672eecf2ca0242 (patch) | |
tree | af4f1b261483237ff2d2484e7245a8dc41048d0f /tests/new/Counting1.java | |
parent | 08c86843265088699f88a4fedc4c78c5d7081d6a (diff) | |
download | aspectj-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.java | 2 |
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; |