JAL-1807 explicit imports (jalview.bin)
[jalview.git] / src / jalview / bin / JalviewLiteURLRetrieve.java
index 6be1016..f84cd07 100644 (file)
@@ -23,6 +23,7 @@ package jalview.bin;
 import jalview.datamodel.AlignmentI;
 import jalview.io.AppletFormatAdapter;
 import jalview.io.FileParse;
+import jalview.io.IdentifyFile;
 
 import java.applet.Applet;
 import java.io.InputStream;
@@ -113,7 +114,7 @@ public class JalviewLiteURLRetrieve extends Applet
       String format = getParameter("format");
       if (format == null || format.length() == 0)
       {
-        format = new jalview.io.IdentifyFile().Identify(file, protocol);
+        format = new IdentifyFile().Identify(file, protocol);
         System.out.println("Format is " + format);
       }
       else