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

ningjiang 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 5ba5e94  Fix the example document error
5ba5e94 is described below

commit 5ba5e9426c278aba34de90e183f8e7e8a74556e5
Author: Willem Jiang <jiangni...@huawei.com>
AuthorDate: Wed Jan 30 14:41:46 2019 +0800

    Fix the example document error
    
    Fixed the document error of 
camel-example-spring-boot-supervising-route-controller
---
 .../readme.adoc                                              | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git 
a/examples/camel-example-spring-boot-supervising-route-controller/readme.adoc 
b/examples/camel-example-spring-boot-supervising-route-controller/readme.adoc
index 2c5aa35..7aa325c 100644
--- 
a/examples/camel-example-spring-boot-supervising-route-controller/readme.adoc
+++ 
b/examples/camel-example-spring-boot-supervising-route-controller/readme.adoc
@@ -16,13 +16,13 @@ Beside JMX you can use Spring Boot Endpoints to interact 
with the routes:
 ----
 curl -XGET -s http://localhost:8080/actuator/camelroutes
 ----
+
+* To get details about a route
 +
-+* To get details about a route
-++
-+[source]
-+----
-+curl -XGET -s http://localhost:8080/actuator/camelroutes/{id}/detail
-+----
+[source]
+----
+curl -XGET -s http://localhost:8080/actuator/camelroutes/{id}/detail
+----
 
 * To get info about a route
 +

Reply via email to