diff options
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> |