JAL-3048 allow a chain of responses for a particular response code (needed when inter...
[jalview.git] / src / jalview / util / dialogrunner / DialogRunnerI.java
index 9df6d33..aaeb304 100644 (file)
@@ -38,5 +38,4 @@ public interface DialogRunnerI<T extends DialogRunnerI>
    * @return the dialog
    */
   T response(RunResponse action);
-
 }