Missing space

This commit is contained in:
Laurent Martelli 2014-12-02 09:09:00 +01:00 committed by Brett Meyer
parent 06c08d9949
commit 9baa5c22b0

View File

@ -638,7 +638,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>