From 0f6589d89432caefbb1f00e70d6143ba467cecea Mon Sep 17 00:00:00 2001 From: Biju Kunjummen Date: Fri, 1 Mar 2013 08:40:12 -0500 Subject: [PATCH] INT-2947 Update gateway.xml With Sample Link Very minor change - provided a link to the github location of the async-gateway sample being referred to Polished to add some line breaks. --- src/reference/docbook/gateway.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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