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 4905288 Regen
4905288 is described below
commit 490528809f5080266f9bcc605ad260d5dc8a47d7
Author: Claus Ibsen <[email protected]>
AuthorDate: Sat Feb 22 16:55:36 2020 +0100
Regen
---
docs/components/modules/ROOT/pages/simple-language.adoc | 4 ++--
docs/user-manual/modules/ROOT/pages/simple-language.adoc | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/docs/components/modules/ROOT/pages/simple-language.adoc
b/docs/components/modules/ROOT/pages/simple-language.adoc
index 770484c..e640eef 100644
--- a/docs/components/modules/ROOT/pages/simple-language.adoc
+++ b/docs/components/modules/ROOT/pages/simple-language.adoc
@@ -175,9 +175,9 @@ Supported commands are: *now* for current timestamp,
*in.header.xxx* or
*file* for the last modified timestamp of the file (available with a File
consumer).
Command accepts offsets such as: *now-24h* or *in.header.xxx+1h* or even
*now+1h30m-100*.
-|date:_command:pattern_ |String |Date formatting using
`java.text.SimpleDataFormat` patterns.
+|date:_command:pattern_ |String |Date formatting using
`java.text.SimpleDateFormat` patterns.
-|date-with-timezone:_command:timezone:pattern_ |String |Date formatting using
`java.text.SimpleDataFormat` timezones and patterns.
+|date-with-timezone:_command:timezone:pattern_ |String |Date formatting using
`java.text.SimpleDateFormat` timezones and patterns.
|bean:_bean expression_ |Object |Invoking a bean expression using the
xref:components::bean-component.adoc[Bean] language.
Specifying a method name you must use dot as separator. We also support
diff --git a/docs/user-manual/modules/ROOT/pages/simple-language.adoc
b/docs/user-manual/modules/ROOT/pages/simple-language.adoc
index 770484c..e640eef 100644
--- a/docs/user-manual/modules/ROOT/pages/simple-language.adoc
+++ b/docs/user-manual/modules/ROOT/pages/simple-language.adoc
@@ -175,9 +175,9 @@ Supported commands are: *now* for current timestamp,
*in.header.xxx* or
*file* for the last modified timestamp of the file (available with a File
consumer).
Command accepts offsets such as: *now-24h* or *in.header.xxx+1h* or even
*now+1h30m-100*.
-|date:_command:pattern_ |String |Date formatting using
`java.text.SimpleDataFormat` patterns.
+|date:_command:pattern_ |String |Date formatting using
`java.text.SimpleDateFormat` patterns.
-|date-with-timezone:_command:timezone:pattern_ |String |Date formatting using
`java.text.SimpleDataFormat` timezones and patterns.
+|date-with-timezone:_command:timezone:pattern_ |String |Date formatting using
`java.text.SimpleDateFormat` timezones and patterns.
|bean:_bean expression_ |Object |Invoking a bean expression using the
xref:components::bean-component.adoc[Bean] language.
Specifying a method name you must use dot as separator. We also support