Author: pderop
Date: Fri Mar  6 09:50:04 2015
New Revision: 1664573

URL: http://svn.apache.org/r1664573
Log:
Fixed typo

Modified:
    
felix/site/trunk/content/documentation/subprojects/apache-felix-dependency-manager-4/guides/annotations.mdtext

Modified: 
felix/site/trunk/content/documentation/subprojects/apache-felix-dependency-manager-4/guides/annotations.mdtext
URL: 
http://svn.apache.org/viewvc/felix/site/trunk/content/documentation/subprojects/apache-felix-dependency-manager-4/guides/annotations.mdtext?rev=1664573&r1=1664572&r2=1664573&view=diff
==============================================================================
--- 
felix/site/trunk/content/documentation/subprojects/apache-felix-dependency-manager-4/guides/annotations.mdtext
 (original)
+++ 
felix/site/trunk/content/documentation/subprojects/apache-felix-dependency-manager-4/guides/annotations.mdtext
 Fri Mar  6 09:50:04 2015
@@ -246,7 +246,7 @@ Next, here is our DictionaryImpl that wi
     import org.osgi.service.log.LogService;
     import aQute.bnd.annotation.metatype.Configurable;
 
-    @FactoryConfigurationAdapterService(factoryPidClass = 
DictionaryConfiguration.class, propagate = true, updated = 
"updated")factoryPid="DictionaryImplFactoryPid")
+    @FactoryConfigurationAdapterService(factoryPidClass = 
DictionaryConfiguration.class, propagate = true, updated = "updated")
     public class DictionaryImpl implements DictionaryService {
         private final CopyOnWriteArrayList<String> m_words = new 
CopyOnWriteArrayList<String>();
 


Reply via email to