From f17c525c0392c798d5eaea1b1270a0571c37a4ac Mon Sep 17 00:00:00 2001 From: Laurent Martelli Date: Tue, 2 Dec 2014 09:09:00 +0100 Subject: [PATCH] Missing space --- .../src/main/docbook/manual/en-US/content/performance.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/src/main/docbook/manual/en-US/content/performance.xml b/documentation/src/main/docbook/manual/en-US/content/performance.xml index 76a4dbde20..736ef5d4bf 100644 --- a/documentation/src/main/docbook/manual/en-US/content/performance.xml +++ b/documentation/src/main/docbook/manual/en-US/content/performance.xml @@ -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 andtheir + code will load both the customer and their orders: