[hibernate-commits] Hibernate SVN: r11342 - trunk/Hibernate3/doc/reference/en/modules.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Fri Mar 23 15:13:47 EDT 2007


Author: epbernard
Date: 2007-03-23 15:13:47 -0400 (Fri, 23 Mar 2007)
New Revision: 11342

Modified:
   trunk/Hibernate3/doc/reference/en/modules/persistent_classes.xml
Log:
doc typo

Modified: trunk/Hibernate3/doc/reference/en/modules/persistent_classes.xml
===================================================================
--- trunk/Hibernate3/doc/reference/en/modules/persistent_classes.xml	2007-03-23 19:13:22 UTC (rev 11341)
+++ trunk/Hibernate3/doc/reference/en/modules/persistent_classes.xml	2007-03-23 19:13:47 UTC (rev 11342)
@@ -181,7 +181,7 @@
             <para>
                 You should also avoid declaring <literal>public final</literal> methods on the 
                 non-final classes. If you want to use a class with a <literal>public final</literal> 
-                method, you must explicitly disable proying by setting <literal>lazy="false"</literal>.
+                method, you must explicitly disable proxying by setting <literal>lazy="false"</literal>.
             </para>
         </sect2>
         




More information about the hibernate-commits mailing list