[hibernate-commits] Hibernate SVN: r12743 - in core/trunk/documentation/manual: pt-BR/src/main/docbook/modules and 1 other directory.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Sun Jul 8 03:53:53 EDT 2007


Author: d.plentz
Date: 2007-07-08 03:53:52 -0400 (Sun, 08 Jul 2007)
New Revision: 12743

Modified:
   core/trunk/documentation/manual/en-US/src/main/docbook/modules/session_api.xml
   core/trunk/documentation/manual/pt-BR/src/main/docbook/modules/session_api.xml
Log:
[HHH-2713] duplicated phrase in docs "of the of the"

Modified: core/trunk/documentation/manual/en-US/src/main/docbook/modules/session_api.xml
===================================================================
--- core/trunk/documentation/manual/en-US/src/main/docbook/modules/session_api.xml	2007-07-08 01:20:59 UTC (rev 12742)
+++ core/trunk/documentation/manual/en-US/src/main/docbook/modules/session_api.xml	2007-07-08 07:53:52 UTC (rev 12743)
@@ -1122,7 +1122,7 @@
             </listitem>
             <listitem>
                 <para>
-                    If the child object's lifespan is bounded by the lifespan of the 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
                     <literal>cascade="all,delete-orphan"</literal>.
                 </para>

Modified: core/trunk/documentation/manual/pt-BR/src/main/docbook/modules/session_api.xml
===================================================================
--- core/trunk/documentation/manual/pt-BR/src/main/docbook/modules/session_api.xml	2007-07-08 01:20:59 UTC (rev 12742)
+++ core/trunk/documentation/manual/pt-BR/src/main/docbook/modules/session_api.xml	2007-07-08 07:53:52 UTC (rev 12743)
@@ -1130,7 +1130,7 @@
             </listitem>
             <listitem>
                 <para>
-                    If the child object's lifespan is bounded by the lifespan of the 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
                     <literal>cascade="all,delete-orphan"</literal>.
                 </para>




More information about the hibernate-commits mailing list