Commit ba05f979 authored by nfcalabria's avatar nfcalabria
Browse files

Fix

parent c789b692
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -239,12 +239,6 @@ public class ArchiveService {
        List<String> vosPaths = entryDescriptors.stream().map(ed -> ed.getVosPath())
                .collect(Collectors.toList());

        /*
        if (vosPaths.size() == 1) {
            String vosPath = vosPaths.get(0);
            return vosPath.substring(0, vosPath.lastIndexOf("/"));
        }*/

        String commonParent = null;
        for (String vosPath : vosPaths) {
            if (commonParent == null) {