[HHH-2713] duplicated phrase in docs "of the of the"

git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@12779 1b8cb986-b30d-0410-93ca-fae66ebed9b2
This commit is contained in:
Diego Plentz 2007-07-18 21:11:33 +00:00
parent b191845c23
commit af48068ded
2 changed files with 2 additions and 2 deletions

View File

@ -1143,7 +1143,7 @@ sess.close();]]></programlisting>
<listitem> <listitem>
<para> <para>
If the child object's lifespan is bounded by the lifespan of the parent If the child object's lifespan is bounded by the lifespan of the parent
object make it a <emphasis>life cycle object</emphasis> by specifying object, make it a <emphasis>life cycle object</emphasis> by specifying
<literal>cascade="all,delete-orphan"</literal>. <literal>cascade="all,delete-orphan"</literal>.
</para> </para>
</listitem> </listitem>

View File

@ -1128,7 +1128,7 @@ sess.close();]]></programlisting>
<listitem> <listitem>
<para> <para>
If the child object's lifespan is bounded by the lifespan of the parent If the child object's lifespan is bounded by the lifespan of the parent
object make it a <emphasis>life cycle object</emphasis> by specifying object, make it a <emphasis>life cycle object</emphasis> by specifying
<literal>cascade="all,delete-orphan"</literal>. <literal>cascade="all,delete-orphan"</literal>.
</para> </para>
</listitem> </listitem>