Author: pderop
Date: Sat Mar 7 21:41:46 2015
New Revision: 1664923
URL: http://svn.apache.org/r1664923
Log:
Fixed typo.
Modified:
felix/site/trunk/content/documentation/subprojects/apache-felix-dependency-manager-4/reference/components.mdtext
Modified:
felix/site/trunk/content/documentation/subprojects/apache-felix-dependency-manager-4/reference/components.mdtext
URL:
http://svn.apache.org/viewvc/felix/site/trunk/content/documentation/subprojects/apache-felix-dependency-manager-4/reference/components.mdtext?rev=1664923&r1=1664922&r2=1664923&view=diff
==============================================================================
---
felix/site/trunk/content/documentation/subprojects/apache-felix-dependency-manager-4/reference/components.mdtext
(original)
+++
felix/site/trunk/content/documentation/subprojects/apache-felix-dependency-manager-4/reference/components.mdtext
Sat Mar 7 21:41:46 2015
@@ -118,7 +118,7 @@ OSGi Service will be provided with a *dm
specified factoryName attribute. The ComponentFactory will be provided once
the
component bundle is started, even if required dependencies are not available,
and the ComponentFactory will be unregistered from the OSGi registry once the
component
-bundle is stopped or being updated..
+bundle is stopped or disposed using the *ComponentInstance.dispose()* method.
----
**`factoryConfigure`**