diff options
author | acolyer <acolyer> | 2004-12-01 15:45:54 +0000 |
---|---|---|
committer | acolyer <acolyer> | 2004-12-01 15:45:54 +0000 |
commit | 81aaa8d9b76d7df0594862f7834408c309ba4fd3 (patch) | |
tree | 5c1f31f649367708b2992f7ff7962099a23a9435 /docs | |
parent | 4d1c2948a2f18012cd49dbe8e3a32b1a863d4d45 (diff) | |
download | aspectj-81aaa8d9b76d7df0594862f7834408c309ba4fd3.tar.gz aspectj-81aaa8d9b76d7df0594862f7834408c309ba4fd3.zip |
couple of doc bugs pointed out by andy...
Diffstat (limited to 'docs')
-rw-r--r-- | docs/adk15ProgGuideDB/enumeratedtypes.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/adk15ProgGuideDB/enumeratedtypes.xml b/docs/adk15ProgGuideDB/enumeratedtypes.xml index 9340eee5b..2fc2ec14e 100644 --- a/docs/adk15ProgGuideDB/enumeratedtypes.xml +++ b/docs/adk15ProgGuideDB/enumeratedtypes.xml @@ -34,7 +34,7 @@ </para> <itemizedlist> - <listitem>You can use declare parents to change the super type of + <listitem>You cannot use declare parents to change the super type of an enum.</listitem> <listitem>You cannot use declare parents to declare java.lang.Enum as the parent of any type.</listitem> @@ -55,7 +55,7 @@ version of AspectJ.</para> <para>If an enum is named explicitly as the target of a - declare parents statement, a compilation error will result. If an annotation + declare parents statement, a compilation error will result. If an enumerated type is matched by a non-explicit type pattern used in a declare parents statement it will be ignored (and an XLint warning issued).</para> </sect1> |