Better solution for setting the context. The context is now known as soon as componen...
[utils] / system / general / src / test / java / org / wamblee / system / Application.java
index 5bc6240151c410f0b0c9c07dc209d722291435a1..cb177f20259de7de21512c6576d4e30ce4f37540 100644 (file)
@@ -40,7 +40,7 @@ public class Application extends AbstractComponent {
        }
 
        @Override
-       protected void doStart(String aContext) {
+       protected void doStart() {
                track("start." + getName()); 
        }