JAL-3220 j2sIgnore on main methods on test / utility classes
[jalview.git] / src / jalview / io / IdentifyFile.java
index ed67af8..b312474 100755 (executable)
@@ -452,6 +452,11 @@ public class IdentifyFile
     return true;
   }
 
+  /**
+   * 
+   * @param args
+   * @j2sIgnore
+   */
   public static void main(String[] args)
   {
     for (int i = 0; args != null && i < args.length; i++)