()
| 155 | |
| 156 | |
| 157 | @Override |
| 158 | public void stop() { |
| 159 | sqlManager.closeConnection(); |
| 160 | stopSim(); |
| 161 | protectorRegistry.unregisterAll(); |
| 162 | } |
| 163 | |
| 164 | private void startupPrint() { |
| 165 | if (!AdaptConfig.get().isSplashScreen()) { |
nothing calls this directly
no test coverage detected