Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
VOSpace INAF
vospace-rest
Commits
375822bb
Commit
375822bb
authored
Nov 04, 2021
by
nfcalabria
Browse files
Minor fix
parent
743f1149
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/java/it/inaf/oats/vospace/FileServiceClient.java
View file @
375822bb
...
...
@@ -98,6 +98,8 @@ public class FileServiceClient {
.
stream
().
map
(
n
->
NodeUtils
.
getVosPath
(
n
))
.
collect
(
Collectors
.
toList
()));
}
}
else
{
expandedVosPaths
.
add
(
vosPath
);
}
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment