13
0
geforkt von Mirrors/Velocity

Remove tasks from lookup map upon completion

Dieser Commit ist enthalten in:
Hugo Manrique 2020-03-13 18:17:06 +01:00
Ursprung 5c6163d8cd
Commit 6ec6beedbd
Es konnte kein GPG-Schlüssel zu dieser Signatur gefunden werden
GPG-Schlüssel-ID: A60730A4A4ACE782

Datei anzeigen

@ -187,6 +187,7 @@ public class VelocityScheduler implements Scheduler {
} catch (Exception e) {
Log.logger.error("Exception in task {} by plugin {}", runnable, plugin, e);
} finally {
onFinish();
currentTaskThread = null;
}
});