Implemented the ObjectAdapter for adapting existing objects to a component.
[utils] / system / general / src / main / java / org / wamblee / system / adapters / ClassConfiguration.java
index a4114175340495ca81740a6073851df7aed2aec7..cff3cd042db281fd63668084bb338dfa1256cce1 100644 (file)
@@ -70,7 +70,7 @@ public class ClassConfiguration {
         * @param aScope Scope in which injection takes place. 
         */
        public void inject(Scope aScope, Object aObject) { 
-           _setterConfig.invoke(aScope, aObject);
+           _setterConfig.inject(aScope, aObject);
        }
        
        public List<ProvidedInterface> getProvidedInterfaces() {