Merge branch 'JAL-1373_precision' into RNAalifold
authorJim Procter <jprocter@compbio.dundee.ac.uk>
Tue, 3 Sep 2013 13:27:54 +0000 (14:27 +0100)
committerJim Procter <jprocter@compbio.dundee.ac.uk>
Tue, 3 Sep 2013 13:27:54 +0000 (14:27 +0100)
1  2 
src/jalview/ws/jws2/Jws2Discoverer.java

@@@ -126,8 -126,6 +126,8 @@@ public class Jws2Discoverer implements 
        Cache.log.debug("Old discovery thread has finished.");
      }
      running = true;
 +    
 +    
      changeSupport.firePropertyChange("services", services, new Vector());
      oldthread = Thread.currentThread();
      try
        ;
        for (JabaWsServerQuery squery : qrys)
        {
-         finished = finished && !squery.isRunning();
+         if (squery.isRunning()){
+           finished=false;
+         }
        }
        if (aborted)
        {