Skip to content
Snippets Groups Projects
Commit d5c387eb authored by Piotr Gawron's avatar Piotr Gawron
Browse files

typo

parent b31975f1
No related branches found
No related tags found
1 merge request!263Mi rna cache problem
......@@ -433,7 +433,7 @@ public class BigFileCache {
final long size = getRemoteHttpFileSize(url);
g OutputStream output = new FileOutputStream(Configuration.getWebAppDir() + entry.getLocalPath());
OutputStream output = new FileOutputStream(Configuration.getWebAppDir() + entry.getLocalPath());
cos = new CountingOutputStream(output) {
private double lastProgress = -1;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment