JAL-629 refactoring TFType. Remove i18n identification of annotation.
[jalview.git] / src / jalview / io / AppletFormatAdapter.java
index 8b1525c..60eb9cc 100755 (executable)
@@ -30,13 +30,13 @@ import jalview.api.AlignExportSettingsI;
 import jalview.api.AlignmentViewPanel;
 import jalview.datamodel.Alignment;
 import jalview.datamodel.AlignmentAnnotation;
-import jalview.datamodel.AlignmentAnnotation.TFType;
 import jalview.datamodel.AlignmentI;
 import jalview.datamodel.AlignmentView;
 import jalview.datamodel.PDBEntry.Type;
 import jalview.datamodel.SequenceI;
 import jalview.ext.jmol.JmolParser;
 import jalview.structure.StructureImportSettings;
+import jalview.structure.StructureImportSettings.TFType;
 import jalview.util.Platform;
 
 /**
@@ -164,7 +164,7 @@ public class AppletFormatAdapter
 
   public AlignmentI readFile(File selectedFile, String file,
           DataSourceType sourceType, FileFormatI fileFormat,
-          AlignmentAnnotation.TFType tempfacType) throws IOException
+          StructureImportSettings.TFType tempfacType) throws IOException
   {
 
     this.selectedFile = selectedFile;