JAL-3849 Remove join() which blocked the ui.
authorMateusz Warowny <mmzwarowny@dundee.ac.uk>
Thu, 8 Jul 2021 13:43:22 +0000 (15:43 +0200)
committerMateusz Warowny <mmzwarowny@dundee.ac.uk>
Thu, 8 Jul 2021 13:43:22 +0000 (15:43 +0200)
src/jalview/ws/jws2/SequenceAnnotationWSClient.java

index 838ea60..aae6f79 100644 (file)
@@ -146,11 +146,6 @@ public class SequenceAnnotationWSClient extends Jws2Client
             startSeqAnnotationWorker(sh, alignFrame, preset_, editParams);
           }
         });
-
-        if (!processParams(sh, editParams, true).toCompletableFuture().join())
-        {
-          return;
-        }
       }
     }
     else