diff --git a/src/reference/docbook/gateway.xml b/src/reference/docbook/gateway.xml
index 559bd71fa6..32295be5e8 100644
--- a/src/reference/docbook/gateway.xml
+++ b/src/reference/docbook/gateway.xml
@@ -295,7 +295,9 @@ of this chapter.
Future<Integer> result = mathService.multiplyByTwo(number);
// do something else here since the reply might take a moment
int finalResult = result.get(1000, TimeUnit.SECONDS);
-For a more detailed example, please refer to the async-gateway sample distributed within the Spring Integration samples.
+ For a more detailed example, please refer to the
+
+ async-gateway sample distributed within the Spring Integration samples.
Asynchronous Gateway and AsyncTaskExecutor