Author: pderop
Date: Sun Feb 28 18:41:52 2016
New Revision: 1732777

URL: http://svn.apache.org/viewvc?rev=1732777&view=rev
Log:
FELIX-5177: use configuration type.

Modified:
    
felix/trunk/dependencymanager/org.apache.felix.dependencymanager.samples/src/org/apache/felix/dependencymanager/samples/dictionary/annot/DictionaryImpl.java

Modified: 
felix/trunk/dependencymanager/org.apache.felix.dependencymanager.samples/src/org/apache/felix/dependencymanager/samples/dictionary/annot/DictionaryImpl.java
URL: 
http://svn.apache.org/viewvc/felix/trunk/dependencymanager/org.apache.felix.dependencymanager.samples/src/org/apache/felix/dependencymanager/samples/dictionary/annot/DictionaryImpl.java?rev=1732777&r1=1732776&r2=1732777&view=diff
==============================================================================
--- 
felix/trunk/dependencymanager/org.apache.felix.dependencymanager.samples/src/org/apache/felix/dependencymanager/samples/dictionary/annot/DictionaryImpl.java
 (original)
+++ 
felix/trunk/dependencymanager/org.apache.felix.dependencymanager.samples/src/org/apache/felix/dependencymanager/samples/dictionary/annot/DictionaryImpl.java
 Sun Feb 28 18:41:52 2016
@@ -36,7 +36,7 @@ import org.osgi.service.log.LogService;
  * 
  * @author <a href="mailto:[email protected]";>Felix Project Team</a>
  */
-@FactoryConfigurationAdapterService(factoryPidClass = 
DictionaryConfiguration.class, propagate = true, updated = "updated")
+@FactoryConfigurationAdapterService(configType = 
DictionaryConfiguration.class, propagate = true, updated = "updated")
 public class DictionaryImpl implements DictionaryService {
     /**
      * We store all configured words in a thread-safe data structure, because 
ConfigAdmin


Reply via email to