JAL-1780 JAL-653 Format/AppletFormat import and export pipeline regularised, uses...
[jalview.git] / test / jalview / io / JSONFileTest.java
index 92b172c..bce9795 100644 (file)
@@ -2,7 +2,6 @@ package jalview.io;
 
 
 import static org.junit.Assert.assertNotNull;
-import jalview.datamodel.Alignment;
 import jalview.datamodel.AlignmentAnnotation;
 import jalview.datamodel.AlignmentI;
 import jalview.datamodel.Annotation;
@@ -156,7 +155,7 @@ public class JSONFileTest
   {
     String jsonFile = "examples/example.json";
     AppletFormatAdapter rf = new AppletFormatAdapter();
-    Alignment al = null;
+    AlignmentI al = null;
     try
     {
       al = rf.readFile(jsonFile, AppletFormatAdapter.FILE,