java 1.1 compatibility
[jalview.git] / src / jalview / ws / Discoverer.java
index b30a05f..8ff4184 100755 (executable)
@@ -33,7 +33,6 @@ package jalview.ws;
 import ext.vamsas.*;
 import java.util.Vector;
 import java.util.Hashtable;
-import java.util.ArrayList;
 import java.util.StringTokenizer;
 
 public class Discoverer
@@ -177,7 +176,7 @@ public class Discoverer
                 "ClustalW Multiple Sequence Alignment"),
             new ServiceHandle(
                 "SecStrPred",
-                "Cuff J. A and Barton G.J (1999) Application of enhanced " +
+                "Cuff J. A and Barton G.J (2000) Application of " +
                 "multiple sequence alignment profiles to improve protein secondary structure prediction, " +
                 "Proteins 40:502-511",
                 "http://www.compbio.dundee.ac.uk/JalviewWS/services/jpred","JNet Secondary Structure Prediction"
@@ -309,7 +308,7 @@ public class Discoverer
     // so no need to access original discovery thread.
     // Curent decision is to change properties then notify listeners with old and new values.
     Hashtable oldServices = services;
-    Vector oldServicelist = serviceList;
+    //Vector oldServicelist = serviceList;
     services = sscat;
     serviceList = cat;
     firePropertyChange("services", oldServices, services);