[hibernate-commits] Hibernate SVN: r12779 - 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
Wed Jul 18 17:11:33 EDT 2007


Author: d.plentz
Date: 2007-07-18 17:11:33 -0400 (Wed, 18 Jul 2007)
New Revision: 12779

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-18 21:02:08 UTC (rev 12778)
+++ core/trunk/documentation/manual/en-US/src/main/docbook/modules/session_api.xml	2007-07-18 21:11:33 UTC (rev 12779)
@@ -1143,7 +1143,7 @@
             <listitem>
                 <para>
                     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>.
                 </para>
             </listitem>

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-18 21:02:08 UTC (rev 12778)
+++ core/trunk/documentation/manual/pt-BR/src/main/docbook/modules/session_api.xml	2007-07-18 21:11:33 UTC (rev 12779)
@@ -1128,7 +1128,7 @@
             <listitem>
                 <para>
                     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>.
                 </para>
             </listitem>




More information about the hibernate-commits mailing list