diff options
author | wisberg <wisberg> | 2003-05-13 05:23:58 +0000 |
---|---|---|
committer | wisberg <wisberg> | 2003-05-13 05:23:58 +0000 |
commit | faa4b6de8e2efce52829e7807c9bc0271193e06a (patch) | |
tree | 88bb996f0e9214c118d9081526dd5fae96588c72 /docs/dist | |
parent | 4610878f726bc119a9e0af2713bbd18bddbdb9d7 (diff) | |
download | aspectj-faa4b6de8e2efce52829e7807c9bc0271193e06a.tar.gz aspectj-faa4b6de8e2efce52829e7807c9bc0271193e06a.zip |
old dominates form produces an error, not a warning
Diffstat (limited to 'docs/dist')
-rw-r--r-- | docs/dist/doc/porting.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/dist/doc/porting.html b/docs/dist/doc/porting.html index ba9350b8a..978ed3ee6 100644 --- a/docs/dist/doc/porting.html +++ b/docs/dist/doc/porting.html @@ -90,9 +90,9 @@ represented as such in bytecode form). Because they might be used in declare error or declare warning statements, which might produce different results. <p> -The compiler will report a warning that +The compiler will report an error that the form <code>aspect {name} dominates {list}...</code> -is deprecated. It has +is no longer supported. It has been replaced by a new declare statement: <pre> declare precedence : {name} {list}... |