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

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Wed May 26 12:16:55 EDT 2010


Author: epbernard
Date: 2010-05-26 12:16:55 -0400 (Wed, 26 May 2010)
New Revision: 19613

Modified:
   core/trunk/documentation/manual/src/main/docbook/en-US/content/basic_mapping.xml
Log:
Fix typo on doc

Modified: core/trunk/documentation/manual/src/main/docbook/en-US/content/basic_mapping.xml
===================================================================
--- core/trunk/documentation/manual/src/main/docbook/en-US/content/basic_mapping.xml	2010-05-26 15:54:28 UTC (rev 19612)
+++ core/trunk/documentation/manual/src/main/docbook/en-US/content/basic_mapping.xml	2010-05-26 16:16:55 UTC (rev 19613)
@@ -1537,9 +1537,9 @@
 )
 public Integer getId() { ... }        </programlisting>
 
-        <para>The scope of a generator definitioncan be the application or the
-        class. Class-defined generators are not visible outside the class and
-        can override application level generators. Application level
+        <para>The scope of a generator definition can be the application or
+        the class. Class-defined generators are not visible outside the class
+        and can override application level generators. Application level
         generators are defined in JPA's XML deployment descriptors (see XXXXXX
         <xref linkend="xml-overriding" />):</para>
 



More information about the hibernate-commits mailing list