git-svn-id: https://svn.jboss.org/repos/hibernate/branches/Branch_3_2/Hibernate3/doc@11341 1b8cb986-b30d-0410-93ca-fae66ebed9b2
This commit is contained in:
Emmanuel Bernard 2007-03-23 19:13:22 +00:00
parent 8100e91ef1
commit 300781ba83
1 changed files with 1 additions and 1 deletions

View File

@ -181,7 +181,7 @@ public class Cat {
<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>