FileFormat enum wip changes
[jalview.git] / src / jalview / io / FileLoader.java
index bbc753b..88f9ae5 100755 (executable)
@@ -258,10 +258,8 @@ public class FileLoader implements Runnable
         // just in case the caller didn't identify the file for us
         if (source != null)
         {
-          format = new IdentifyFile().identify(source, false); // identify
-          // stream and
-          // rewind rather
-          // than close
+          format = new IdentifyFile().identify(source, false);
+          // identify stream and rewind rather than close
         }
         else
         {