mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-15 09:46:16 +01:00
Fix sonar issue
This commit is contained in:
@@ -248,6 +248,7 @@ public class DefaultPluginManager implements PluginManager {
|
|||||||
try {
|
try {
|
||||||
Thread.sleep(200);
|
Thread.sleep(200);
|
||||||
} catch (InterruptedException e) {
|
} catch (InterruptedException e) {
|
||||||
|
Thread.currentThread().interrupt();
|
||||||
}
|
}
|
||||||
eventBus.post(new RestartEvent(PluginManager.class, cause));
|
eventBus.post(new RestartEvent(PluginManager.class, cause));
|
||||||
}).start();
|
}).start();
|
||||||
|
|||||||
Reference in New Issue
Block a user