Missing space

This commit is contained in:
Laurent Martelli 2014-12-02 09:09:00 +01:00 committed by Brett Meyer
parent 9e063ffa25
commit f17c525c03
1 changed files with 1 additions and 1 deletions

View File

@ -644,7 +644,7 @@ public class Customer {
to load the customer and their orders together. One way certainly is to
use "dynamic fetching" strategies via an HQL or criteria queries. But
another option is to use a fetch profile to achieve that. The following
code will load both the customer <emphasis>and</emphasis>their
code will load both the customer <emphasis>and</emphasis> their
orders:</para>
<example>