From: wisberg Date: Tue, 13 May 2003 05:23:58 +0000 (+0000) Subject: old dominates form produces an error, not a warning X-Git-Tag: V1_1_0_RC2~6 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=faa4b6de8e2efce52829e7807c9bc0271193e06a;p=aspectj.git old dominates form produces an error, not a warning --- 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.

-The compiler will report a warning that +The compiler will report an error that the form aspect {name} dominates {list}... -is deprecated. It has +is no longer supported. It has been replaced by a new declare statement:

 declare precedence : {name} {list}...