JAL-3253 temporary branch SwingJS upgrade with testNG fixes Java 8
[jalview.git] / src / jalview / io / FileLoader.java
index 684e59a..0254b5f 100755 (executable)
@@ -380,8 +380,8 @@ public class FileLoader implements Runnable
               String tempStructureFileStr = createNamedJvTempFile(
                       urlLeafName, structExt);
               
-              // BH - switching to File object here so as to hold
-              // .秘bytes array directly
+              // BH - switching to File object here so as to hold on to the
+              // bytes array directly
               File tempFile = new File(tempStructureFileStr);
               UrlDownloadClient.download(file, tempFile);