Revert "JAL-2245 Castor mapping and code changes for change to ENA XML format"
[jalview.git] / src / jalview / ws / ebi / EBIFetchClient.java
index 5531512..1dff32f 100644 (file)
@@ -208,7 +208,6 @@ public class EBIFetchClient
       if (outFile != null)
       {
         FileOutputStream fio = new FileOutputStream(outFile);
-        // fio.write("<?xml version='1.0' encoding='UTF-8'?>\n".getBytes());
         byte[] bb = new byte[32 * 1024];
         int l;
         while ((l = is.read(bb)) > 0)