You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by gu...@apache.org on 2013/10/08 11:18:27 UTC

svn commit: r1530198 - /felix/site/trunk/content/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/instance-vs-service-controller.mdtext

Author: guillaume
Date: Tue Oct  8 09:18:27 2013
New Revision: 1530198

URL: http://svn.apache.org/r1530198
Log:
Code blocks after lists are not displayed properly

Modified:
    felix/site/trunk/content/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/instance-vs-service-controller.mdtext

Modified: felix/site/trunk/content/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/instance-vs-service-controller.mdtext
URL: http://svn.apache.org/viewvc/felix/site/trunk/content/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/instance-vs-service-controller.mdtext?rev=1530198&r1=1530197&r2=1530198&view=diff
==============================================================================
--- felix/site/trunk/content/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/instance-vs-service-controller.mdtext (original)
+++ felix/site/trunk/content/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/instance-vs-service-controller.mdtext Tue Oct  8 09:18:27 2013
@@ -53,6 +53,7 @@ Unlike the instance lifecycle controller
 * be set to `false` at startup (to not publish the services by default).
 * fluctuate between `true` and `false` to reflect the decision of the component implementation to publish or not the services.
 
+The following example publishes the component's provided service only after initialization.
 
 	:::java
 	@Component