JAL-1645 Version-Rel Version 2.9 Year-Rel 2015 Licensing glob
[jalview.git] / src / jalview / api / AlignExportSettingI.java
index cf56bf3..72a4164 100644 (file)
@@ -1,6 +1,6 @@
 /*
- * Jalview - A Sequence Alignment Editor and Viewer ($$Version-Rel$$)
- * Copyright (C) $$Year-Rel$$ The Jalview Authors
+ * Jalview - A Sequence Alignment Editor and Viewer (Version 2.9)
+ * Copyright (C) 2015 The Jalview Authors
  * 
  * This file is part of Jalview.
  * 
@@ -68,10 +68,6 @@ public interface AlignExportSettingI
    */
   public boolean isExportGroups();
 
-  /**
-   * Checks if settings/export process is cancelled
-   * 
-   * @return
-   */
   public boolean isCancelled();
+
 }