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 cbd5d63 Update quartz docs with misfire instructions
cbd5d63 is described below
commit cbd5d63dbd52e5578e4dc095d5dca32dcbe80a17
Author: Claus Ibsen <[email protected]>
AuthorDate: Wed Jan 2 15:23:04 2019 +0100
Update quartz docs with misfire instructions
---
components/camel-quartz2/src/main/docs/quartz2-component.adoc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/components/camel-quartz2/src/main/docs/quartz2-component.adoc
b/components/camel-quartz2/src/main/docs/quartz2-component.adoc
index 03c5348..943463d 100644
--- a/components/camel-quartz2/src/main/docs/quartz2-component.adoc
+++ b/components/camel-quartz2/src/main/docs/quartz2-component.adoc
@@ -369,7 +369,7 @@ situation, the SimpleTrigger wants to be
re-scheduled to the next scheduled time after 'now' - taking into
account any associated Calendar, and with the repeat count left unchanged.
-WARNING: This instruction could cause the <code>Trigger</code>
+WARNING: This instruction could cause the Trigger
to go directly to the 'COMPLETE' state if the end-time of the trigger
has arrived.