()
| 149 | // module in new thread |
| 150 | new Thread(new Runnable() { |
| 151 | @Override |
| 152 | public void run() { |
| 153 | jnodeModule.start(); |
| 154 | } |
| 155 | }).start(); |
| 156 | logger.l2("Module " + className + " started"); |
| 157 | } catch (Exception e) { |
nothing calls this directly
no test coverage detected