From: Mateusz Warowny Date: Tue, 5 Apr 2022 12:18:55 +0000 (+0200) Subject: JAL-3878 Fix method name to fireTaskRestarted X-Git-Url: http://source.jalview.org/gitweb/?a=commitdiff_plain;ds=sidebyside;h=12693800df7e66596e47fd716664061d3e476cc3;p=jalview.git JAL-3878 Fix method name to fireTaskRestarted --- diff --git a/src/jalview/ws2/helpers/TaskEventSupport.java b/src/jalview/ws2/helpers/TaskEventSupport.java index 611eefb..c7b6052 100644 --- a/src/jalview/ws2/helpers/TaskEventSupport.java +++ b/src/jalview/ws2/helpers/TaskEventSupport.java @@ -38,7 +38,7 @@ public class TaskEventSupport handler.taskException(source, e); } - public void taskRestarted() + public void fireTaskRestarted() { handler.taskRestarted(source); }