Author: pderop
Date: Mon Oct 22 17:09:01 2018
New Revision: 1844580

URL: http://svn.apache.org/viewvc?rev=1844580&view=rev
Log:
dm r13 updates

Modified:
    
felix/site/trunk/content/documentation/subprojects/apache-felix-dependency-manager/reference/component-factory-configuration-adapter.mdtext

Modified: 
felix/site/trunk/content/documentation/subprojects/apache-felix-dependency-manager/reference/component-factory-configuration-adapter.mdtext
URL: 
http://svn.apache.org/viewvc/felix/site/trunk/content/documentation/subprojects/apache-felix-dependency-manager/reference/component-factory-configuration-adapter.mdtext?rev=1844580&r1=1844579&r2=1844580&view=diff
==============================================================================
--- 
felix/site/trunk/content/documentation/subprojects/apache-felix-dependency-manager/reference/component-factory-configuration-adapter.mdtext
 (original)
+++ 
felix/site/trunk/content/documentation/subprojects/apache-felix-dependency-manager/reference/component-factory-configuration-adapter.mdtext
 Mon Oct 22 17:09:01 2018
@@ -7,7 +7,7 @@ interface and with the specified adapter
 public factory configuration properties (which don't start with ".") will be 
propagated along with the 
 adapter service properties. It will also inherit all dependencies.
 
-To define an adapter component, you need to create an 
[FactoryComponent](http://felix.staging.apache.org/apidocs/dependencymanager/r12/org/apache/felix/dm/FactoryComponent.html)
 component
+To define an adapter component, you need to create an 
[FactoryComponent](http://felix.apache.org/apidocs/dependencymanager/r13/org/apache/felix/dm/FactoryComponent.html)
 component
 using the DependencyActivatorBase.createFactoryComponent() or the 
DependencyManager.createFactoryComponent() method.
 The FactoryComponent interface extends the Component interface in order to add 
extra setters methods needed to define a factory configuration adapter service 
component.
 


Reply via email to