(no commit message)
[utils] / system / general / src / main / java / org / wamblee / system / core / Scope.java
index 829435f620abe022f1d75c033ab07685994cdbf7..9db462f5c4393a873aaf3713272d67ee9f10a8e3 100644 (file)
@@ -66,7 +66,7 @@ public interface Scope {
         * @param aType Type of implementation that is expected.
         * @return Retrieved interface.
         */
-       <T> T retrieveInterfaceImplementation(ProvidedInterface aProvided, Class<T> aType );
+       <T> T getInterfaceImplementation(ProvidedInterface aProvided, Class<T> aType );
 
        /**
         * Gets the runtime for a component.