mirror of
https://github.com/fabioformosa/quartz-manager.git
synced 2026-05-14 22:00:30 +09:00
#78 fixed sonar errors
This commit is contained in:
@@ -28,8 +28,7 @@ public class MisfireTestJob extends AbstractQuartzManagerJob {
|
||||
|
||||
log.info("{} woke up!", Thread.currentThread().getName());
|
||||
} catch (InterruptedException e) {
|
||||
log.error(e.getMessage(), e);
|
||||
throw new RuntimeException(e);
|
||||
throw new IllegalStateException(e);
|
||||
}
|
||||
|
||||
return new LogRecord(LogRecord.LogType.INFO, "Hello!");
|
||||
|
||||
Reference in New Issue
Block a user