JAL-3878 Fix method name to fireTaskRestarted
[jalview.git] / 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);
   }