Merge branch 'feature/JAL-3686_slivka_client_js_update' into alpha/merge_212_JalviewJ...
[jalview.git] / src / jalview / ws / jws2 / Jws2Discoverer.java
index 197d0ee..30c1cb7 100644 (file)
@@ -240,7 +240,6 @@ public class Jws2Discoverer implements WSDiscovererI, Runnable
       } catch (Exception e)
       {
       }
-      ;
       for (JabaWsServerQuery squery : qrys)
       {
         if (squery.isRunning())
@@ -349,6 +348,11 @@ public class Jws2Discoverer implements WSDiscovererI, Runnable
             alignFrame, typeFilter);
   }
 
+  /**
+   * 
+   * @param args
+   * @j2sIgnore
+   */
   public static void main(String[] args)
   {
     if (args.length > 0)
@@ -358,7 +362,6 @@ public class Jws2Discoverer implements WSDiscovererI, Runnable
       {
         testUrls.add(url);
       }
-      ;
     }
     Thread runner = getDiscoverer()
             .startDiscoverer(new PropertyChangeListener()
@@ -391,7 +394,6 @@ public class Jws2Discoverer implements WSDiscovererI, Runnable
       } catch (InterruptedException e)
       {
       }
-      ;
     }
     try
     {