doc typo
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:
parent
8100e91ef1
commit
300781ba83
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in New Issue