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 2020/01/11 18:17:17 UTC

[camel] branch master updated (2777b6c -> f3c7f53)

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

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


    from 2777b6c  CAMEL-14372: Fixed file util to not compact http url
     new 7abf2bc  Fixed Tip section in timer component
     new f3c7f53  Regen docs

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 components/camel-timer/src/main/docs/timer-component.adoc | 4 ++--
 docs/components/modules/ROOT/pages/timer-component.adoc   | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)


[camel] 01/02: Fixed Tip section in timer component

Posted by ac...@apache.org.
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

commit 7abf2bc8a9ed47c8a80a6be4abf68f988a9b1808
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Sat Jan 11 19:16:06 2020 +0100

    Fixed Tip section in timer component
---
 components/camel-timer/src/main/docs/timer-component.adoc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/components/camel-timer/src/main/docs/timer-component.adoc b/components/camel-timer/src/main/docs/timer-component.adoc
index 95515cc..3c4fea2 100644
--- a/components/camel-timer/src/main/docs/timer-component.adoc
+++ b/components/camel-timer/src/main/docs/timer-component.adoc
@@ -27,11 +27,11 @@ You can append query options to the URI in the following format,
 *Note:* The IN body of the generated exchange is `null`. So
 `exchange.getIn().getBody()` returns `null`.
 
-TIP:*Advanced Scheduler*
+*TIP:* Advanced Scheduler
 See also the xref:quartz-component.adoc[Quartz] component that supports much more
 advanced scheduling.
 
-TIP:*Specify time in human friendly format*
+*TIP:* Specify time in human friendly format
 You can specify the time in
 xref:manual::faq/how-do-i-specify-time-period-in-a-human-friendly-syntax.adoc[human
 friendly syntax].


[camel] 02/02: Regen docs

Posted by ac...@apache.org.
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

commit f3c7f53e072c9203d4b8395c6f7ffcb8c790e046
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Sat Jan 11 19:16:46 2020 +0100

    Regen docs
---
 docs/components/modules/ROOT/pages/timer-component.adoc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/components/modules/ROOT/pages/timer-component.adoc b/docs/components/modules/ROOT/pages/timer-component.adoc
index 175f65b..74a6b7d 100644
--- a/docs/components/modules/ROOT/pages/timer-component.adoc
+++ b/docs/components/modules/ROOT/pages/timer-component.adoc
@@ -28,11 +28,11 @@ You can append query options to the URI in the following format,
 *Note:* The IN body of the generated exchange is `null`. So
 `exchange.getIn().getBody()` returns `null`.
 
-TIP:*Advanced Scheduler*
+*TIP:* Advanced Scheduler
 See also the xref:quartz-component.adoc[Quartz] component that supports much more
 advanced scheduling.
 
-TIP:*Specify time in human friendly format*
+*TIP:* Specify time in human friendly format
 You can specify the time in
 xref:manual::faq/how-do-i-specify-time-period-in-a-human-friendly-syntax.adoc[human
 friendly syntax].