JAL-2089 patch broken merge to master for Release 2.10.0b1
[jalview.git] / src / jalview / api / AlignExportSettingI.java
index cf56bf3..18f529b 100644 (file)
@@ -68,10 +68,6 @@ public interface AlignExportSettingI
    */
   public boolean isExportGroups();
 
-  /**
-   * Checks if settings/export process is cancelled
-   * 
-   * @return
-   */
   public boolean isCancelled();
+
 }