Fix typo on doc

git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19613 1b8cb986-b30d-0410-93ca-fae66ebed9b2
This commit is contained in:
Emmanuel Bernard 2010-05-26 16:16:55 +00:00
parent c952c87ab4
commit f42826502b
1 changed files with 3 additions and 3 deletions

View File

@ -1537,9 +1537,9 @@ public class Invoice {
)
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>