comment only
authorBobHanson <hansonr@stolaf.edu>
Fri, 20 Mar 2020 05:13:48 +0000 (00:13 -0500)
committerBobHanson <hansonr@stolaf.edu>
Fri, 20 Mar 2020 05:13:48 +0000 (00:13 -0500)
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);