New example file for version 2.3
[jalview.git] / src / jalview / bin / Jalview.java
index 5fcd9d0..f0c33a1 100755 (executable)
@@ -304,11 +304,11 @@ public class Jalview
         protocol = "URL";
       }
 
-     // if (file.endsWith(".jar"))
+      if (file.endsWith(".jar"))
       {
-    //    format = "Jalview";
+        format = "Jalview";
       }
-    //  else
+      else
       {
         format = new jalview.io.IdentifyFile().Identify(file, protocol);
       }