SEC-829: Minor doc fix

This commit is contained in:
Luke Taylor 2008-05-13 10:18:09 +00:00
parent 15b893f9ae
commit 2a4d859812

View File

@ -526,7 +526,7 @@
entire application context. You should only declare one <literal>&lt;global-method-security&gt;</literal> element.
The following declaration would enable support for both types of annotations:
<programlisting><![CDATA[
<global-method-security secured-annotations="enabled" jsr250-annotations="true"/>
<global-method-security secured-annotations="enabled" jsr250-annotations="enabled"/>
]]>
</programlisting>
</para>