You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by kw...@apache.org on 2017/08/04 14:26:30 UTC

svn commit: r1804129 - /sling/site/trunk/content/documentation/bundles/scheduler-service-commons-scheduler.mdtext

Author: kwin
Date: Fri Aug  4 14:26:30 2017
New Revision: 1804129

URL: http://svn.apache.org/viewvc?rev=1804129&view=rev
Log:
fix code formatting

Modified:
    sling/site/trunk/content/documentation/bundles/scheduler-service-commons-scheduler.mdtext

Modified: sling/site/trunk/content/documentation/bundles/scheduler-service-commons-scheduler.mdtext
URL: http://svn.apache.org/viewvc/sling/site/trunk/content/documentation/bundles/scheduler-service-commons-scheduler.mdtext?rev=1804129&r1=1804128&r2=1804129&view=diff
==============================================================================
--- sling/site/trunk/content/documentation/bundles/scheduler-service-commons-scheduler.mdtext (original)
+++ sling/site/trunk/content/documentation/bundles/scheduler-service-commons-scheduler.mdtext Fri Aug  4 14:26:30 2017
@@ -14,7 +14,7 @@ The following examples show you how to d
 
 The cron expression format is described in the [Quartz Cron Documentation](http://www.quartz-scheduler.org/documentation/quartz-2.x/tutorials/crontrigger.html#format) and requires either 6 or 7 fields separated by white space. The first field always indicates the second (not the minute). 
 
-The following job is executed every minute by setting *scheduler.expression* to the cron expression *"0 * * * * ?"*:
+The following job is executed every minute by setting *scheduler.expression* to the cron expression `0 * * * * ?`:
 
 
     package sling.docu.examples;