[seam-commits] Seam SVN: r9661 - trunk/doc/Seam_Reference_Guide/en-US.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Wed Nov 26 05:24:31 EST 2008
Author: shane.bryzak at jboss.com
Date: 2008-11-26 05:24:31 -0500 (Wed, 26 Nov 2008)
New Revision: 9661
Modified:
trunk/doc/Seam_Reference_Guide/en-US/Security.xml
Log:
Fix incorrect description of PermissionResolver.filterSetByAction()
Modified: trunk/doc/Seam_Reference_Guide/en-US/Security.xml
===================================================================
--- trunk/doc/Seam_Reference_Guide/en-US/Security.xml 2008-11-26 08:06:45 UTC (rev 9660)
+++ trunk/doc/Seam_Reference_Guide/en-US/Security.xml 2008-11-26 10:24:31 UTC (rev 9661)
@@ -3199,8 +3199,8 @@
</entry>
<entry>
<para>
- This method should remove any objects from the specified set, that would otherwise
- return <literal>false</literal> if passed to the <literal>hasPermission()</literal> method with the
+ This method should remove any objects from the specified set, that would
+ return <literal>true</literal> if passed to the <literal>hasPermission()</literal> method with the
same <literal>action</literal> parameter value.
</para>
</entry>
More information about the seam-commits
mailing list