JAL-3878 Fix method name to fireTaskRestarted
authorMateusz Warowny <mmzwarowny@dundee.ac.uk>
Tue, 5 Apr 2022 12:18:55 +0000 (14:18 +0200)
committerMateusz Warowny <mmzwarowny@dundee.ac.uk>
Tue, 5 Apr 2022 12:18:55 +0000 (14:18 +0200)
src/jalview/ws2/helpers/TaskEventSupport.java

index 611eefb..c7b6052 100644 (file)
@@ -38,7 +38,7 @@ public class TaskEventSupport<T>
     handler.taskException(source, e);
   }
   
-  public void taskRestarted()
+  public void fireTaskRestarted()
   {
     handler.taskRestarted(source);
   }