JAL-940 JAL-1378 EOL comment on JWS v1 services
authorJim Procter <jprocter@compbio.dundee.ac.uk>
Fri, 4 Oct 2013 15:22:16 +0000 (16:22 +0100)
committerJim Procter <jprocter@compbio.dundee.ac.uk>
Fri, 4 Oct 2013 15:22:16 +0000 (16:22 +0100)
src/jalview/gui/Desktop.java

index 322365c..6f516e5 100644 (file)
@@ -2436,7 +2436,9 @@ public class Desktop extends jalview.jbgui.GDesktop implements
   {
     boolean alive = true;
     Thread t0 = null, t1 = null, t2 = null;
-
+    // JAL-940 - JALVIEW 1 services are now being EOLed as of JABA 2.1 release
+    if (true)
+    {
     // todo: changesupport handlers need to be transferred
     if (discoverer == null)
     {
@@ -2446,8 +2448,6 @@ public class Desktop extends jalview.jbgui.GDesktop implements
     }
     // JAL-940 - disabled JWS1 service configuration - always start discoverer
     // until we phase out completely
-    if (true)
-    {
       (t0 = new Thread(discoverer)).start();
     }