embed links to major features in main page
[jalview.git] / src / jalview / ws / jws1 / Discoverer.java
index 90581dc..6395f44 100644 (file)
@@ -1,13 +1,13 @@
 /*
- * Jalview - A Sequence Alignment Editor and Viewer (Version 2.5)
- * Copyright (C) 2010 J Procter, AM Waterhouse, G Barton, M Clamp, S Searle
+ * Jalview - A Sequence Alignment Editor and Viewer (Version 2.8)
+ * Copyright (C) 2012 J Procter, AM Waterhouse, LM Lui, J Engelhardt, G Barton, M Clamp, S Searle
  * 
  * This file is part of Jalview.
  * 
  * Jalview is free software: you can redistribute it and/or
  * modify it under the terms of the GNU General Public License 
  * as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
- * 
+ *  
  * Jalview is distributed in the hope that it will be useful, but 
  * WITHOUT ANY WARRANTY; without even the implied warranty 
  * of MERCHANTABILITY or FITNESS FOR A PARTICULAR 
  */
 package jalview.ws.jws1;
 
-/**
- * <p>
- * Title:
- * </p>
- * 
- * <p>
- * Description:
- * </p>
- * 
- * <p>
- * Copyright: Copyright (c) 2004
- * </p>
- * 
- * <p>
- * Company: Dundee University
- * </p>
- * 
- * @author not attributable
- * @version 1.0
- */
-
 import java.util.*;
 
 import javax.swing.*;
 
 import ext.vamsas.*;
 
-public class Discoverer extends Thread implements Runnable
+public class Discoverer implements Runnable
 {
   ext.vamsas.IRegistry registry; // the root registry service.
 
@@ -173,8 +152,7 @@ public class Discoverer extends Thread implements Runnable
     } catch (Exception ex)
     {
       jalview.bin.Cache.log
-              .warn(
-                      "Error parsing comma separated list of urls in DISCOVERY_URLS.",
+              .warn("Error parsing comma separated list of urls in DISCOVERY_URLS.",
                       ex);
     }
     if (urls.size() > 0)
@@ -387,7 +365,7 @@ public class Discoverer extends Thread implements Runnable
     // Vector oldServicelist = serviceList;
     services = sscat;
     serviceList = cat;
-    firePropertyChange("services", oldServices, services);
+    changeSupport.firePropertyChange("services", oldServices, services);
   }
 
   /**