13
0
geforkt von Mirrors/Velocity
Dieser Commit ist enthalten in:
Andrew Steinborn 2018-08-23 21:51:15 -04:00
Ursprung 8fd026e025
Commit 91265b12a3

Datei anzeigen

@ -151,7 +151,7 @@ public class VelocityScheduler implements Scheduler {
if (repeat > 0) { if (repeat > 0) {
try { try {
sleeper.sleep(delay); sleeper.sleep(repeat);
} catch (InterruptedException e) { } catch (InterruptedException e) {
if (status == TaskStatus.CANCELLED) { if (status == TaskStatus.CANCELLED) {
break; break;