Merge branch 'develop' into features/JAL-518_justify_seqs_in_region
[jalview.git] / src / jalview / util / dialogrunner / DialogRunnerI.java
index fde80f7..ce96bad 100644 (file)
@@ -43,6 +43,8 @@ public interface DialogRunnerI
    */
   DialogRunnerI setResponseHandler(Object response, Runnable action);
 
+  // DialogRunnerI setResponseHandler(Object response, Runnable action);
+
   /**
    * Runs the registered handler (if any) for the given response. The default
    * action is to do nothing. Typically an action will be need on 'OK' or other