Merge branch 'releases/Release_2_10_Branch' into task/JAL-2196pdbeProperties
[jalview.git] / src / jalview / ws / dbsources / EmblXmlSource.java
index f672e8b..b139574 100644 (file)
@@ -102,6 +102,11 @@ public abstract class EmblXmlSource extends EbiFileRetrievedProxy
       }
     }
 
+    /*
+     * invalid accession gets a reply with no <entry> elements, text content of
+     * EmbFile reads something like (e.g.) this ungrammatical phrase
+     * Entry: <acc> display type is either not supported or entry is not found.
+     */
     List<SequenceI> peptides = new ArrayList<SequenceI>();
     if (efile != null && efile.getEntries() != null)
     {