--- Adding issue comments
[jalview.git] / src / jalview / ws / jws2 / SequenceAnnotationWSClient.java
index 838ea60..29343f2 100644 (file)
@@ -33,6 +33,8 @@ import jalview.ws.uimodel.AlignAnalysisUIText;
 import java.awt.event.ActionEvent;
 import java.awt.event.ActionListener;
 import java.util.List;
+import java.util.Locale;
+
 
 import javax.swing.JMenu;
 import javax.swing.JMenuItem;
@@ -122,6 +124,7 @@ public class SequenceAnnotationWSClient extends Jws2Client
             startSeqAnnotationWorker(sh, alignFrame, preset, editParams);
           }
         });
+
       }
       else
       {
@@ -146,11 +149,6 @@ public class SequenceAnnotationWSClient extends Jws2Client
             startSeqAnnotationWorker(sh, alignFrame, preset_, editParams);
           }
         });
-
-        if (!processParams(sh, editParams, true).toCompletableFuture().join())
-        {
-          return;
-        }
       }
     }
     else