git://source.jalview.org
/
jalview.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e2ddaa4
)
comment only
author
BobHanson
<hansonr@stolaf.edu>
Fri, 20 Mar 2020 05:13:48 +0000
(
00:13
-0500)
committer
BobHanson
<hansonr@stolaf.edu>
Fri, 20 Mar 2020 05:13:48 +0000
(
00:13
-0500)
src/jalview/io/FileLoader.java
patch
|
blob
|
history
diff --git
a/src/jalview/io/FileLoader.java
b/src/jalview/io/FileLoader.java
index
684e59a
..
0254b5f
100755
(executable)
--- a/
src/jalview/io/FileLoader.java
+++ b/
src/jalview/io/FileLoader.java
@@
-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);