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