FELIX-4785 : Incompatible SCR API
git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1657518 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/scr/src/main/java/org/apache/felix/scr/impl/ComponentRegistry.java b/scr/src/main/java/org/apache/felix/scr/impl/ComponentRegistry.java
index 3a48cb3..8f26af2 100644
--- a/scr/src/main/java/org/apache/felix/scr/impl/ComponentRegistry.java
+++ b/scr/src/main/java/org/apache/felix/scr/impl/ComponentRegistry.java
@@ -27,7 +27,6 @@
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 @@
/**
* 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
{