JAL-3220 unneeded main methods removed
[jalview.git] / src / jalview / ws / jws2 / MsaWSClient.java
index bddc1b1..23c6949 100644 (file)
@@ -189,11 +189,6 @@ public class MsaWSClient extends Jws2Client
     }
   }
 
-  public static void main(String[] args)
-  {
-    System.out.println("A".matches("(-*[a-zA-Z]-*){1}[a-zA-Z-]*"));
-  }
-
   protected String getServiceActionKey()
   {
     return "MsaWS";