You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2018/08/02 08:09:07 UTC

[camel] branch master updated: Fix asciidoc format

This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/master by this push:
     new 9d6f8b9  Fix asciidoc format
9d6f8b9 is described below

commit 9d6f8b98a39daa08a534b38df6b3fb3aee4416a3
Author: Tadayoshi Sato <sa...@gmail.com>
AuthorDate: Thu Aug 2 17:06:45 2018 +0900

    Fix asciidoc format
---
 docs/user-manual/en/async.adoc | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/docs/user-manual/en/async.adoc b/docs/user-manual/en/async.adoc
index b5bc0a4..2e6809a 100644
--- a/docs/user-manual/en/async.adoc
+++ b/docs/user-manual/en/async.adoc
@@ -297,7 +297,7 @@ messages that differs:
 
 [[Async-UsingtheAPIwithcallbacks]]
 Using the Async API with callbacks
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 
 Suppose we want to call a <<http-component,HTTP>> service but it is usually
 slow and thus we do not want to block and wait for the response, but
@@ -326,7 +326,7 @@ to get the response.
 
 [[Async-UsingtheAPIwiththeCamelclassicAPI]]
 Using the Async API with the Camel classic API
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 
 When using the Camel API to create a producer and send an
 Exchange we do it like this:
@@ -509,11 +509,10 @@ See Also
 * Asynchronous Processing
 * Request Reply
 * Request Only
-*
-http://davsclaus.blogspot.com/2009/05/on-road-to-camel-20-concurrency-with.html[Blog
+* http://davsclaus.blogspot.com/2009/05/on-road-to-camel-20-concurrency-with.html[Blog
 entry on using async for concurrent file processing]
 * <<seda-component,SEDA>>
 * <<direct-component,Direct>>
-* ToAsync for non blocking
+* To Async for non blocking
 Request Reply