file format enum wip changes
[jalview.git] / src / jalview / io / MSFfile.java
index f62ad81..431544b 100755 (executable)
@@ -50,15 +50,16 @@ public class MSFfile extends AlignFile
    * 
    * @param inFile
    *          DOCUMENT ME!
-   * @param type
+   * @param sourceType
    *          DOCUMENT ME!
    * 
    * @throws IOException
    *           DOCUMENT ME!
    */
-  public MSFfile(String inFile, String type) throws IOException
+  public MSFfile(String inFile, DataSourceType sourceType)
+          throws IOException
   {
-    super(inFile, type);
+    super(inFile, sourceType);
   }
 
   public MSFfile(FileParse source) throws IOException