HHH-5148 add JAVA role to a programlisting

git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19709 1b8cb986-b30d-0410-93ca-fae66ebed9b2
This commit is contained in:
Emmanuel Bernard 2010-06-10 16:13:06 +00:00
parent b58d3be7dc
commit 1eaf80e3a9
1 changed files with 1 additions and 1 deletions

View File

@ -4945,7 +4945,7 @@ public class Country implements Serializable {
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;