JAL-2114 just noting where the exo-location error presents itself.
[jalview.git] / src / jalview / ws / dbsources / EmblXmlSource.java
index 668aab5..b03fc71 100644 (file)
@@ -40,7 +40,6 @@ import jalview.ws.ebi.EBIFetchClient;
 import jalview.xml.binding.embl.EntryType;
 import jalview.xml.binding.embl.EntryType.Feature;
 import jalview.xml.binding.embl.EntryType.Feature.Qualifier;
-import jalview.xml.binding.jalview.JalviewModel;
 import jalview.xml.binding.embl.ROOT;
 import jalview.xml.binding.embl.XrefType;
 
@@ -653,6 +652,8 @@ public abstract class EmblXmlSource extends EbiFileRetrievedProxy
   
     try
     {
+      // BH 2019.10.06 note: exo-location of "X53828.1:60..1058" causes
+      // RemoteFormatTest to fail at this point.
       List<int[]> ranges = DnaUtils.parseLocation(location);
       return listToArray(ranges);
     } catch (ParseException e)