mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
Change executeOnPooledTread method for running tests.
This commit is contained in:
@@ -80,7 +80,7 @@ public abstract class DvcsTestPlatformFacade implements DvcsPlatformFacade {
|
||||
|
||||
@Override
|
||||
public void executeOnPooledThread(@NotNull Runnable runnable) {
|
||||
runnable.run();
|
||||
new Thread(runnable).start();
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user