update author list in license for (JAL-826)
[jalview.git] / src / jalview / ws / jws1 / Discoverer.java
index 0638b69..3bbf3a3 100644 (file)
@@ -1,6 +1,6 @@
 /*
- * 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.7)
+ * Copyright (C) 2011 J Procter, AM Waterhouse, J Engelhardt, LM Lui, G Barton, M Clamp, S Searle
  * 
  * This file is part of Jalview.
  * 
  */
 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.*;
@@ -50,6 +29,7 @@ public class Discoverer implements Runnable
 
   private java.beans.PropertyChangeSupport changeSupport = new java.beans.PropertyChangeSupport(
           this);
+
   /**
    * change listeners are notified of "services" property changes
    * 
@@ -172,8 +152,7 @@ public class Discoverer 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)