changed because of #61 (comment)

This commit is contained in:
Miriam Baglioni 2020-11-25 17:52:17 +01:00
parent 90d4369fd2
commit 66c0e3e574
1 changed files with 0 additions and 3 deletions

View File

@ -90,9 +90,6 @@ public class MakeTarArchive implements Serializable {
String p_string = p.toString();
if (!p_string.endsWith("_SUCCESS")) {
String name = p_string.substring(p_string.lastIndexOf("/") + 1);
// if (name.trim().equalsIgnoreCase("communities_infrastructures")) {
// name = "communities_infrastructures.json";
// }
TarArchiveEntry entry = new TarArchiveEntry(dir_name + "/" + name);
entry.setSize(fileStatus.getLen());
current_size += fileStatus.getLen();