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

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Thu Jun 10 12:13:07 EDT 2010


Author: epbernard
Date: 2010-06-10 12:13:06 -0400 (Thu, 10 Jun 2010)
New Revision: 19709

Modified:
   core/trunk/documentation/manual/src/main/docbook/en-US/content/basic_mapping.xml
Log:
HHH-5148 add JAVA role to a programlisting

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-06-10 16:12:27 UTC (rev 19708)
+++ core/trunk/documentation/manual/src/main/docbook/en-US/content/basic_mapping.xml	2010-06-10 16:13:06 UTC (rev 19709)
@@ -4945,7 +4945,7 @@
         not necessary as the binding between a column and its related column
         on the associated table is done directly</para>
 
-        <programlisting>@Entity
+        <programlisting role="JAVA">@Entity
 class Person {
    @Id Integer personNumber;
    String firstName;



More information about the hibernate-commits mailing list