You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by cz...@apache.org on 2015/02/05 11:31:23 UTC

svn commit: r1657518 - /felix/trunk/scr/src/main/java/org/apache/felix/scr/impl/ComponentRegistry.java

Author: cziegeler
Date: Thu Feb  5 10:31:23 2015
New Revision: 1657518

URL: http://svn.apache.org/r1657518
Log:
FELIX-4785 : Incompatible SCR API

Modified:
    felix/trunk/scr/src/main/java/org/apache/felix/scr/impl/ComponentRegistry.java

Modified: felix/trunk/scr/src/main/java/org/apache/felix/scr/impl/ComponentRegistry.java
URL: http://svn.apache.org/viewvc/felix/trunk/scr/src/main/java/org/apache/felix/scr/impl/ComponentRegistry.java?rev=1657518&r1=1657517&r2=1657518&view=diff
==============================================================================
--- felix/trunk/scr/src/main/java/org/apache/felix/scr/impl/ComponentRegistry.java (original)
+++ felix/trunk/scr/src/main/java/org/apache/felix/scr/impl/ComponentRegistry.java Thu Feb  5 10:31:23 2015
@@ -27,7 +27,6 @@ import java.util.List;
 import java.util.Map;
 import java.util.Set;
 
-import org.apache.felix.scr.ScrService;
 import org.apache.felix.scr.impl.config.ComponentHolder;
 import org.apache.felix.scr.impl.config.ConfigurableComponentHolder;
 import org.apache.felix.scr.impl.config.ConfigurationSupport;
@@ -49,9 +48,7 @@ import org.osgi.service.log.LogService;
 
 /**
  * The <code>ComponentRegistry</code> class acts as the global registry for
- * components by name and by component ID. As such the component registry also
- * registers itself as the {@link ScrService} to support access to the
- * registered components.
+ * components by name and by component ID.
  */
 public class ComponentRegistry implements ServiceListener
 {