This is an automated email from the ASF dual-hosted git repository.
davsclaus 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 f8db809 Regen
f8db809 is described below
commit f8db8091bc4a839e028b8ff548400d12c59277dc
Author: Claus Ibsen <[email protected]>
AuthorDate: Sat Oct 26 09:42:23 2019 +0200
Regen
---
components/camel-spark/src/main/docs/spark-component.adoc | 4 +++-
docs/components/modules/ROOT/pages/mustache-component.adoc | 2 +-
docs/components/modules/ROOT/pages/spark-component.adoc | 4 +++-
3 files changed, 7 insertions(+), 3 deletions(-)
diff --git a/components/camel-spark/src/main/docs/spark-component.adoc
b/components/camel-spark/src/main/docs/spark-component.adoc
index 0f12f47..d47d419 100644
--- a/components/camel-spark/src/main/docs/spark-component.adoc
+++ b/components/camel-spark/src/main/docs/spark-component.adoc
@@ -1,6 +1,8 @@
+[[spark-component]]
= Spark Component
*Since Camel 2.17*
+
*Since Camel 2.17*
@@ -428,4 +430,4 @@ Dataset<Row> cars(HiveContext hiveContext) {
jsonCars.registerTempTable("cars");
return jsonCars;
}
-------------------------------------------------------------------------
+------------------------------------------------------------------------
\ No newline at end of file
diff --git a/docs/components/modules/ROOT/pages/mustache-component.adoc
b/docs/components/modules/ROOT/pages/mustache-component.adoc
index 471e36e..36c34a5 100644
--- a/docs/components/modules/ROOT/pages/mustache-component.adoc
+++ b/docs/components/modules/ROOT/pages/mustache-component.adoc
@@ -204,7 +204,7 @@ confirmation email. The email template is laid out in
Mustache as:
[source,java]
-------------------------------------------------
-Dear {{headers.lastName}}}, {{headers.firstName}}
+Dear {{headers.lastName}}, {{headers.firstName}}
Thanks for the order of {{headers.item}}.
diff --git a/docs/components/modules/ROOT/pages/spark-component.adoc
b/docs/components/modules/ROOT/pages/spark-component.adoc
index e021204..31d7c81 100644
--- a/docs/components/modules/ROOT/pages/spark-component.adoc
+++ b/docs/components/modules/ROOT/pages/spark-component.adoc
@@ -1,7 +1,9 @@
+[[spark-component]]
= Spark Component
:page-source: components/camel-spark/src/main/docs/spark-component.adoc
*Since Camel 2.17*
+
*Since Camel 2.17*
@@ -429,4 +431,4 @@ Dataset<Row> cars(HiveContext hiveContext) {
jsonCars.registerTempTable("cars");
return jsonCars;
}
-------------------------------------------------------------------------
+------------------------------------------------------------------------
\ No newline at end of file