Improve code quality
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2024-08-05 21:36:44 +02:00
parent 9ad074bb51
commit c3c1b99f1b
5 changed files with 7 additions and 17 deletions

View File

@@ -55,7 +55,7 @@ public class SingleStepMovementTask extends TimerTask {
try {
robot = new Robot();
} catch (AWTException e) {
throw new RuntimeException(e);
LOGGER.error(e);
}
}