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/02/24 11:31:30 UTC

[camel] branch master updated: Added inOut EIP docs

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 d5a1f8b  Added inOut EIP docs
d5a1f8b is described below

commit d5a1f8be27c5cd39d0ddccb66a9c7bf7f130e1a8
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Sat Feb 24 12:30:52 2018 +0100

    Added inOut EIP docs
---
 camel-core/src/main/docs/eips/inOnly-eip.adoc                     | 3 ++-
 camel-core/src/main/docs/eips/{inOnly-eip.adoc => inOut-eip.adoc} | 7 ++++---
 2 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/camel-core/src/main/docs/eips/inOnly-eip.adoc b/camel-core/src/main/docs/eips/inOnly-eip.adoc
index af9748e..67fe03b 100644
--- a/camel-core/src/main/docs/eips/inOnly-eip.adoc
+++ b/camel-core/src/main/docs/eips/inOnly-eip.adoc
@@ -1,3 +1,4 @@
+[[inOnly-eip]]
 == In Only EIP
 
 The *inOnly:* EIP define an InOnly ExchangePattern.
@@ -14,4 +15,4 @@ The In Only EIP supports 2 options which are listed below:
 | *uri* | *Required* Sets the uri of the endpoint to send to. |  | String
 | *ref* | *Deprecated* Sets the reference of the endpoint to send to. |  | String
 |===
-// eip options: END
+// eip options: END
\ No newline at end of file
diff --git a/camel-core/src/main/docs/eips/inOnly-eip.adoc b/camel-core/src/main/docs/eips/inOut-eip.adoc
similarity index 69%
copy from camel-core/src/main/docs/eips/inOnly-eip.adoc
copy to camel-core/src/main/docs/eips/inOut-eip.adoc
index af9748e..96dfa92 100644
--- a/camel-core/src/main/docs/eips/inOnly-eip.adoc
+++ b/camel-core/src/main/docs/eips/inOut-eip.adoc
@@ -1,11 +1,12 @@
-== In Only EIP
+[[inOut-eip]]
+== In Out EIP
 
-The *inOnly:* EIP define an InOnly ExchangePattern.
+The *inOut:* EIP define an InOut ExchangePattern.
 
 === EIP options
 
 // eip options: START
-The In Only EIP supports 2 options which are listed below:
+The In Out EIP supports 2 options which are listed below:
 
 
 [width="100%",cols="2,5,^1,2",options="header"]

-- 
To stop receiving notification emails like this one, please contact
acosentino@apache.org.