JAL-629 refactoring TFType. Remove i18n identification of annotation.
[jalview.git] / src / jalview / io / FormatAdapter.java
index 0ca2b50..d6e6767 100755 (executable)
@@ -29,12 +29,13 @@ import jalview.api.AlignmentViewPanel;
 import jalview.bin.Cache;
 import jalview.datamodel.Alignment;
 import jalview.datamodel.AlignmentAnnotation;
-import jalview.datamodel.AlignmentAnnotation.TFType;
 import jalview.datamodel.AlignmentI;
 import jalview.datamodel.HiddenColumns;
 import jalview.datamodel.Sequence;
 import jalview.datamodel.SequenceGroup;
 import jalview.datamodel.SequenceI;
+import jalview.structure.StructureImportSettings;
+import jalview.structure.StructureImportSettings.TFType;
 import jalview.util.Comparison;
 
 /**
@@ -230,7 +231,7 @@ public class FormatAdapter extends AppletFormatAdapter
   @Override
   public AlignmentI readFile(File selectedFile, String file,
           DataSourceType sourceType, FileFormatI fileFormat,
-          AlignmentAnnotation.TFType tempfacType) throws IOException
+          StructureImportSettings.TFType tempfacType) throws IOException
   {
     AlignmentI al = super.readFile(selectedFile, file, sourceType,
             fileFormat, tempfacType);