now linking required and provided interfaces only once.
[utils] / system / general / src / main / java / org / wamblee / system / core / Scope.java
index 1b9f66154597e7aaa190a77f5acc3c58dbf0414c..fe83e85709c8083526dbc81873836815a85ec066 100644 (file)
@@ -55,7 +55,6 @@ public interface Scope {
        
        /**
         * Publishes an implementation of a provided interface. 
-        * @param aComponent Component that provides the interface.
         * @param aInterface Interface that is provided.
         * @param aImplementation Implementation of the interface.  
         */