You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by da...@apache.org on 2017/09/25 13:55:41 UTC

[isis] branch master updated: fixes formatting issues in .adoc

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

danhaywood pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/isis.git


The following commit(s) were added to refs/heads/master by this push:
     new d96a759  fixes formatting issues in .adoc
d96a759 is described below

commit d96a7597b7f47b20c4a3a6fbb0a4e1cf22695fec
Author: Dan Haywood <da...@haywood-associates.co.uk>
AuthorDate: Mon Sep 25 14:55:39 2017 +0100

    fixes formatting issues in .adoc
---
 .../_rgsvc_application-layer-api_BackgroundService_Quartz.adoc      | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/adocs/documentation/src/main/asciidoc/guides/rgsvc/_rgsvc_application-layer-api_BackgroundService_Quartz.adoc b/adocs/documentation/src/main/asciidoc/guides/rgsvc/_rgsvc_application-layer-api_BackgroundService_Quartz.adoc
index 6ec749f..0bf9a01 100644
--- a/adocs/documentation/src/main/asciidoc/guides/rgsvc/_rgsvc_application-layer-api_BackgroundService_Quartz.adoc
+++ b/adocs/documentation/src/main/asciidoc/guides/rgsvc/_rgsvc_application-layer-api_BackgroundService_Quartz.adoc
@@ -6,9 +6,11 @@
 
 
 
-The last part of the puzzle is to actually run the (appropriate implementation of) `BackgroundCommandExecution).  This could be run in a batch job overnight, or run continually by, say, the http://quartz-scheduler.org[Quartz] scheduler or by http://camel.apache.org]Apache Camel].  This section looks at configuring Quartz.
+The last part of the puzzle is to actually run the (appropriate implementation of) `BackgroundCommandExecution`).
+This could be run in a batch job overnight, or run continually by, say, the http://quartz-scheduler.org[Quartz] scheduler or by link:http://camel.apache.org[Apache Camel].
+This section looks at configuring Quartz.
 
-If using (non-ASF) link:http://platform.incode.org[Incode Platform^]'scommand module, then note that this already provides a suitable concrete implementation, namely `org.isisaddons.module.command.dom.BackgroundCommandExecutionFromBackgroundCommandServiceJdo`.
+If using (non-ASF) link:http://platform.incode.org[Incode Platform^]'s command module, then note that this already provides a suitable concrete implementation, namely `org.isisaddons.module.command.dom.BackgroundCommandExecutionFromBackgroundCommandServiceJdo`.
 We therefore just need to schedule this to run as a Quartz job.
 
 

-- 
To stop receiving notification emails like this one, please contact
['"commits@isis.apache.org" <co...@isis.apache.org>'].