You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2020/02/22 06:54:33 UTC

[camel] branch master updated: Update simple-language.adoc (#3596)

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 91bb614  Update simple-language.adoc (#3596)
91bb614 is described below

commit 91bb614589907cf4566a25ad0b4f3ed84714609c
Author: David Mancilla <dm...@gmail.com>
AuthorDate: Sat Feb 22 03:54:12 2020 -0300

    Update simple-language.adoc (#3596)
    
    Fixed incorrect references to java.text.SimpleDateFormat (was java.text.SimpleDataFormat)
---
 core/camel-base/src/main/docs/simple-language.adoc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/core/camel-base/src/main/docs/simple-language.adoc b/core/camel-base/src/main/docs/simple-language.adoc
index 5286d1c..83a598d 100644
--- a/core/camel-base/src/main/docs/simple-language.adoc
+++ b/core/camel-base/src/main/docs/simple-language.adoc
@@ -174,9 +174,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