Merge branch 'patch/JAL-2197_jpredforjnets' into releases/Release_2_10_Branch
[jalview.git] / src / jalview / ws / jws1 / Discoverer.java
index 4643119..b30f6cb 100644 (file)
@@ -223,7 +223,7 @@ public class Discoverer implements Runnable
                             + "\nNucleic Acids Research, Web Server issue (first published 15th April 2015)"
                             + "\ndoi://10.1093/nar/gkv332",
                     "http://www.compbio.dundee.ac.uk/JalviewWS/services/jpred",
-                    "JNet Secondary Structure Prediction") };
+                    "JPred Secondary Structure Prediction") };
         services = new Hashtable();
         serviceList = new Vector();
         buildServiceLists(defServices, serviceList, services);
@@ -383,11 +383,13 @@ public class Discoverer implements Runnable
   /**
    * creates a new thread to call discoverServices()
    */
+  @Override
   public void run()
   {
     final Discoverer discoverer = this;
     Thread discoverThread = new Thread()
     {
+      @Override
       public void run()
       {
         discoverer.doDiscovery();