JAL-1807 explicit imports (jalview.datamodel)
[jalview.git] / src / jalview / datamodel / xdb / embl / EmblFeatureLocations.java
index eb0bee7..4f9e5fa 100644 (file)
@@ -20,6 +20,8 @@
  */
 package jalview.datamodel.xdb.embl;
 
+import jalview.bin.Cache;
+
 import java.util.Vector;
 
 /**
@@ -150,9 +152,9 @@ public class EmblFeatureLocations
     }
     else if (locationType != null)
     {
-      if (jalview.bin.Cache.log != null)
+      if (Cache.log != null)
       {
-        jalview.bin.Cache.log
+        Cache.log
                 .error("EmbleFeatureLocations.getElementRanges cannot deal with locationType=='"
                         + locationType + "'");
       }