(no commit message)
[utils] / system / general / src / test / java / org / wamblee / system / Application.java
index 1a725b3c14d7c890f262f6027baf73b16d555f27..77c76cb3120413b71163ad7af6a670b13480ec9e 100644 (file)
@@ -14,7 +14,7 @@ public class Application extends AbstractSubSystem {
        }
 
        @Override
-       protected void doInitialize(String aContext, Service[] aRequiredServices) {
+       protected void doStart(String aContext, ServiceRegistry aRegistry, Service[] aRequiredServices) {
                // Empty, no services provided externally. 
        }