This commit is contained in:
parent
3e4c490183
commit
ab1a0a753c
@ -85,7 +85,7 @@ public class SingleStepMovementTask extends TimerTask {
|
|||||||
Thread.sleep(200);
|
Thread.sleep(200);
|
||||||
} catch (InterruptedException e) {
|
} catch (InterruptedException e) {
|
||||||
LOGGER.error(e);
|
LOGGER.error(e);
|
||||||
return;
|
Thread.currentThread().interrupt();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user