Fix problematic uninterruptible scheduler

This commit is contained in:
Andrea Cavalli 2022-03-14 00:59:16 +01:00
parent 2b81006d56
commit 93c5251392

View File

@ -62,8 +62,6 @@ public class UninterruptibleScheduler {
@Override
public void dispose() {
//todo: check if we need to remove this line
worker.dispose();
}
@Override