Author: rombert
Date: Fri Dec 13 16:46:20 2013
New Revision: 1550766

URL: http://svn.apache.org/r1550766
Log:
SLING-3283 - Table on 
http://sling.apache.org/documentation/bundles/apache-sling-eventing-and-job-handling.html
 broken

Attempt to fix table layout.

Modified:
    
sling/site/trunk/content/documentation/bundles/apache-sling-eventing-and-job-handling.mdtext

Modified: 
sling/site/trunk/content/documentation/bundles/apache-sling-eventing-and-job-handling.mdtext
URL: 
http://svn.apache.org/viewvc/sling/site/trunk/content/documentation/bundles/apache-sling-eventing-and-job-handling.mdtext?rev=1550766&r1=1550765&r2=1550766&view=diff
==============================================================================
--- 
sling/site/trunk/content/documentation/bundles/apache-sling-eventing-and-job-handling.mdtext
 (original)
+++ 
sling/site/trunk/content/documentation/bundles/apache-sling-eventing-and-job-handling.mdtext
 Fri Dec 13 16:46:20 2013
@@ -99,8 +99,9 @@ For managing queues, the Sling Job Handl
 A queue configuration can have the following properties:
 
 | *Property Name*     | *Description* |
-| *queue.name*       | The name of the queue. If matching is used for topics, 
the value \{0\} can be used for replacing the matched part. |
-| *queue.type*       | The type of the queue: ORDERED, UNORDERED, 
TOPIC*ROUND*ROBIN, IGNORE, DROP |
+|--|--|
+| *queue.name*       | The name of the queue. If matching is used for topics, 
the value {0} can be used for replacing the matched part. |
+| *queue.type*       | The type of the queue: ORDERED, UNORDERED, TOPIC, 
ROUND-ROBIN, IGNORE, DROP |
 | *queue.topics*       | A list of topics processed by this queue. Either the 
concrete topic is specified or the topic string ends with /* or /. If a star is 
at the end all topics and sub topics match, with a dot only direct sub topics 
match. |
 | *queue.maxparallel*       | How many jobs can be processed in parallel? -1 
for number of processors.|
 | *queue.retries*       | How often should the job be retried. -1 for endless 
retries. |


Reply via email to