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

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

commit 1f364324752b5fa6e4b57f2d9399bd41067ca519
Author: nayananga@acerubuntu18.04 <nayanangamuhandi...@gmail.com>
AuthorDate: Sun Jul 21 16:40:46 2019 +0530

    copied  appropriate .adoc files from usser-manal to camel/core/camel-core
---
 core/camel-core/src/main/docs/eips/enrich-eip.adoc | 3 +--
 core/camel-core/src/main/docs/eips/step-eip.adoc   | 2 +-
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/core/camel-core/src/main/docs/eips/enrich-eip.adoc 
b/core/camel-core/src/main/docs/eips/enrich-eip.adoc
index 2098fff..f5ab883 100644
--- a/core/camel-core/src/main/docs/eips/enrich-eip.adoc
+++ b/core/camel-core/src/main/docs/eips/enrich-eip.adoc
@@ -89,9 +89,8 @@ The other one is `pollEnrich`
 `enrich` uses a Producer to obtain the additional data. It is usually used for 
Request Reply messaging, for instance to invoke an external web service.
 
 Both `enrich` and `pollEnrich` supports dynamic endpoints that uses an 
Expression to compute the uri, which allows to use data from the current 
Exchange.
-====
 
-A little enrich example using Java:
+==== A little enrich example using Java:
 
 [source,java]
 ----
diff --git a/core/camel-core/src/main/docs/eips/step-eip.adoc 
b/core/camel-core/src/main/docs/eips/step-eip.adoc
index a61726f..459c4a0 100644
--- a/core/camel-core/src/main/docs/eips/step-eip.adoc
+++ b/core/camel-core/src/main/docs/eips/step-eip.adoc
@@ -24,7 +24,7 @@ This means you can monitor your Camel applications and gather 
statistics at 4-ti
 *** processor(s) level
 
 
-==== JMX Management
+=== JMX Management
 
 Each Step EIP is registered in JMX under the `type=steps` tree, which allows 
to monitor
 all the steps in the CamelContext. Its also possible to dump statistics in XML 
format

Reply via email to