|
@@ -33,9 +33,9 @@ public class DownloadServicePCImpl implements DownloadService{
|
|
|
for(File childFile:file.listFiles()){
|
|
|
String fileName=childFile.getName();
|
|
|
latestTimestamp=checkoutTimestamp(fileName,caseName,latestTimestamp);
|
|
|
- String downloadUrl = DOWNLOAD_PATH + caseName + "_" + latestTimestamp + ".zip";
|
|
|
- return host+downloadUrl;
|
|
|
}
|
|
|
+ String downloadUrl = DOWNLOAD_PATH + caseName + "_" + latestTimestamp + ".zip";
|
|
|
+ return host+downloadUrl;
|
|
|
}
|
|
|
return null;
|
|
|
}
|
|
@@ -58,4 +58,6 @@ public class DownloadServicePCImpl implements DownloadService{
|
|
|
}
|
|
|
return latestTimestamp;
|
|
|
}
|
|
|
+
|
|
|
+
|
|
|
}
|