()
| 222 | } |
| 223 | |
| 224 | private void startLocalCheck() { |
| 225 | if (verifyLocalTimer != null) |
| 226 | verifyLocalTimer.cancel(false); |
| 227 | verifyLocalTimer = Task.scheduleUnsafe(localCheckPeriod, this::verifyLocal); |
| 228 | } |
| 229 | |
| 230 | public void stop() { |
| 231 | var hotManager = providerApp.zeze.getHotManager(); |
no test coverage detected