Commit 375822bb authored by nfcalabria's avatar nfcalabria
Browse files

Minor fix

parent 743f1149
Loading
Loading
Loading
Loading
+2 −0
Original line number Original line Diff line number Diff line
@@ -98,6 +98,8 @@ public class FileServiceClient {
                            .stream().map(n -> NodeUtils.getVosPath(n))
                            .stream().map(n -> NodeUtils.getVosPath(n))
                            .collect(Collectors.toList()));
                            .collect(Collectors.toList()));
                }
                }
            } else {
                expandedVosPaths.add(vosPath);
            }
            }


        }
        }