Fix sonar issue

This commit is contained in:
Rene Pfeuffer
2019-11-25 14:15:43 +01:00
parent 8f31c2dd3a
commit 6c023f7d56

View File

@@ -248,6 +248,7 @@ public class DefaultPluginManager implements PluginManager {
try {
Thread.sleep(200);
} catch (InterruptedException e) {
Thread.currentThread().interrupt();
}
eventBus.post(new RestartEvent(PluginManager.class, cause));
}).start();