[hibernate-commits] Hibernate SVN: r14512 - core/branches/Branch_3_2/doc/reference/en/modules.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Mon Apr 14 21:29:20 EDT 2008


Author: bsatguna
Date: 2008-04-14 21:29:20 -0400 (Mon, 14 Apr 2008)
New Revision: 14512

Modified:
   core/branches/Branch_3_2/doc/reference/en/modules/filters.xml
Log:
nomsg

Modified: core/branches/Branch_3_2/doc/reference/en/modules/filters.xml
===================================================================
--- core/branches/Branch_3_2/doc/reference/en/modules/filters.xml	2008-04-14 18:24:01 UTC (rev 14511)
+++ core/branches/Branch_3_2/doc/reference/en/modules/filters.xml	2008-04-15 01:29:20 UTC (rev 14512)
@@ -55,7 +55,7 @@
             The methods on <literal>Session</literal> are: <literal>enableFilter(String filterName)</literal>,
             <literal>getEnabledFilter(String filterName)</literal>, and <literal>disableFilter(String filterName)</literal>.
             By default, filters are <emphasis>not</emphasis> enabled for a given session; they must be explcitly
-            enabled through use of the <literal>Session.enabledFilter()</literal> method, which returns an
+            enabled through use of the <literal>Session.enableFilter()</literal> method, which returns an
             instance of the <literal>Filter</literal> interface. Using the simple filter defined above, this
             would look like:
         </para>




More information about the hibernate-commits mailing list