file format enum wip changes
[jalview.git] / src / jalview / ws / dbsources / Pdb.java
index d945699..6f266dd 100644 (file)
@@ -149,7 +149,7 @@ public class Pdb extends EbiFileRetrievedProxy
     {
 
       pdbAlignment = new FormatAdapter().readFile(file,
-              jalview.io.AppletFormatAdapter.FILE,
+              jalview.io.DataSourceType.FILE,
               StructureImportSettings.getCurrentDefaultFormat());
       if (pdbAlignment != null)
       {