JAL-1807 explicit imports (jalview.io.*)
[jalview.git] / src / jalview / io / AppletFormatAdapter.java
index 90400f4..e4c4f3d 100755 (executable)
@@ -827,7 +827,7 @@ public class AppletFormatAdapter
     {
       try
       {
-        String idformat = new jalview.io.IdentifyFile().Identify(file,
+        String idformat = new IdentifyFile().Identify(file,
                 protocol);
         if (idformat == null)
         {