Gianpaolo Coro 2016-06-14 10:52:59 +00:00
parent 23f87f7729
commit 3855b89a53
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ public class StorageUtils {
url = client.getHttpUrl().RFile(remotef);
else
url = client.getUrl().RFile(remotef);
try{client.close();}catch(Exception e){}
AnalysisLogger.getLogger().info("Loading finished");
System.gc();
return url;