[hibernate-commits] Hibernate SVN: r12723 - core/trunk/documentation/manual/en-US/src/main/docbook/modules.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Wed Jul 4 02:01:25 EDT 2007


Author: d.plentz
Date: 2007-07-04 02:01:25 -0400 (Wed, 04 Jul 2007)
New Revision: 12723

Modified:
   core/trunk/documentation/manual/en-US/src/main/docbook/modules/basic_mapping.xml
Log:
[HHH-2487] Typo in "5.1.7. version (optional)"

Modified: core/trunk/documentation/manual/en-US/src/main/docbook/modules/basic_mapping.xml
===================================================================
--- core/trunk/documentation/manual/en-US/src/main/docbook/modules/basic_mapping.xml	2007-07-04 05:59:40 UTC (rev 12722)
+++ core/trunk/documentation/manual/en-US/src/main/docbook/modules/basic_mapping.xml	2007-07-04 06:01:25 UTC (rev 12723)
@@ -1376,7 +1376,7 @@
 
             <para>
                 A version or timestamp property should never be null for a detached instance, so
-                Hibernate will detact any instance with a null version or timestamp as transient,
+                Hibernate will detect any instance with a null version or timestamp as transient,
                 no matter what other <literal>unsaved-value</literal> strategies are specified.
                 <emphasis>Declaring a nullable version or timestamp property is an easy way to avoid
                 any problems with transitive reattachment in Hibernate, especially useful for people




More information about the hibernate-commits mailing list