git://source.jalview.org
/
jalview.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
23c555a
)
JAL-940 JAL-1378 EOL comment on JWS v1 services
author
Jim Procter
<jprocter@compbio.dundee.ac.uk>
Fri, 4 Oct 2013 15:22:16 +0000
(16:22 +0100)
committer
Jim Procter
<jprocter@compbio.dundee.ac.uk>
Fri, 4 Oct 2013 15:22:16 +0000
(16:22 +0100)
src/jalview/gui/Desktop.java
patch
|
blob
|
history
diff --git
a/src/jalview/gui/Desktop.java
b/src/jalview/gui/Desktop.java
index
322365c
..
6f516e5
100644
(file)
--- a/
src/jalview/gui/Desktop.java
+++ b/
src/jalview/gui/Desktop.java
@@
-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();
}