(String[] args)
| 2 | |
| 3 | public class Program { |
| 4 | public synchronized static void main(String[] args) throws Exception { |
| 5 | App.getInstance().Start(args); |
| 6 | try { |
| 7 | Program.class.wait(); |
| 8 | } finally { |
| 9 | App.getInstance().Stop(); |
| 10 | } |
| 11 | } |
| 12 | } |
nothing calls this directly
no test coverage detected