You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by pd...@apache.org on 2015/03/09 21:18:38 UTC

svn commit: r1665339 - /felix/site/trunk/content/documentation/subprojects/apache-felix-dependency-manager-4/reference/thread-model.mdtext

Author: pderop
Date: Mon Mar  9 20:18:37 2015
New Revision: 1665339

URL: http://svn.apache.org/r1665339
Log:
FIxed formatting.

Modified:
    felix/site/trunk/content/documentation/subprojects/apache-felix-dependency-manager-4/reference/thread-model.mdtext

Modified: felix/site/trunk/content/documentation/subprojects/apache-felix-dependency-manager-4/reference/thread-model.mdtext
URL: http://svn.apache.org/viewvc/felix/site/trunk/content/documentation/subprojects/apache-felix-dependency-manager-4/reference/thread-model.mdtext?rev=1665339&r1=1665338&r2=1665339&view=diff
==============================================================================
--- felix/site/trunk/content/documentation/subprojects/apache-felix-dependency-manager-4/reference/thread-model.mdtext (original)
+++ felix/site/trunk/content/documentation/subprojects/apache-felix-dependency-manager-4/reference/thread-model.mdtext Mon Mar  9 20:18:37 2015
@@ -40,7 +40,7 @@ Notice that if the ComponentExecutorFact
 "!" prefix, in order to indicate that those components must not wait for a ComponentExecutorFactory service (since they are part of the ComponentExecutorFactory implementation !). 
 
 
-# Examples for the usage of the "org.apache.felix.dependencymanager.parallel" property:
+### Examples for the usage of the "org.apache.felix.dependencymanager.parallel" property:
 
     org.apache.felix.dependencymanager.parallel=*   
          -> means all components must be cached until a ComponentExecutorFactory comes up.
@@ -55,7 +55,7 @@ Notice that if the ComponentExecutorFact
          components whose implementations class names are starting with "foo.threadpool" prefix). 
      
 
-# Examples of a ComponentExecutorFactory that provides a shared threadpool:
+### Examples of a ComponentExecutorFactory that provides a shared threadpool:
 
 First, we define the OSGi bundle context system property to enable parallelism for all DM Components excepts the one which declares the ComponentExecutorFactory: